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
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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 ! ;-)