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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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 ! ;-)