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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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 ! ;-)