Skip to content
/ dcm Public
forked from zearen/dcm

An interpretted, embedable, concatenative, OOP language

License

Notifications You must be signed in to change notification settings

xorgy/dcm

 
 

Repository files navigation

DCM is a pre-α Embedded, interpreted, concatenative, object oriented, 
scripting language.  Feel free to clone and play with what I have, but I warn
you, it's still rather rough around the edges.  To build, do a 

$ make dcmi

Then you can play with the interpreter by running it with

$ dcmi

You can load the examples with

$ dcmi -l examples/ex.dcm

Or simply execute them with

$ dcmi -e examples/ex.dcm

Unimplemented features:

Lenses
Exception handling
Modules

Documentation is in progress

About

An interpretted, embedable, concatenative, OOP language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • Python 1.7%
  • C 1.5%
  • Vim Script 1.1%
  • Shell 0.2%