A simple, lightweight modern Lisp-like language made in Nim
- Nim compiler
- A C compiler ( i.e gcc, clang )
- Run
make config=releaseormake config=debugor justmake(defaults to debug build) - Output will be under
build/
- Run
nimble build -d:debugfor debug build ornimble build -d:releasefor a release build - Output will be under
build/
Wolf is a fast, simple programming language that aims to be user friendly and safe yet give control to the user while combining elegant Lisp-like syntax with features from other languages like C and Lua Wolf is the successor to LabyriLanguage
- Follow it on Discord! There are also some other cool projects on this Discord like FlukeWM, ModEngine, Lir Language, and more https://discord.gg/RmgjcES
