dcScript is a new programming language. It's an esoteric language, it means that it can be hard to code with but don't worry it's a easy to use esoteric language here is an example :
[sayHello]:
sysprtn "Hello the World !"
wait
]
call sayHello
quit
The language is interpreted by a simple interpreter. The interpreter is coded in C# with Mono and .NET frameworks so it's portable and useable on Windows, Linux and Mac.
Features
- Simple, easy to lern/read syntax
- Minimalistic
- Crossplatform : Windows, Linux and Mac
- Based on .NET and Mono frameworks
- No need to use a heavy IDE, notepad or gedit is enought
- Scripting language
- Interpreted
- 40+ basic instructions
- Container (void return functions)
- Labels
- Many syntaxical styles for container labels : []:, ():, [], (), ], )
Categories
Software DevelopmentLicense
GNU General Public License version 3.0 (GPLv3)Follow dcScript
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
The language v0.15 alpha released two months ago. The language is somewhat stable for now. Try it and if you meet some bug don't hesitate to tell me about it ! ;-)