Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.61 KB

File metadata and controls

30 lines (22 loc) · 1.61 KB

Wolf Programming Language

A simple, lightweight modern Lisp-like language made in Nim

license build issues repo size code size

Build requirements

  • Nim compiler
  • A C compiler ( i.e gcc, clang )

How to build ( linux )

  1. Run make config=release or make config=debug or just make (defaults to debug build)
  2. Output will be under build/

How to build ( Windows )

  1. Run nimble build -d:debug for debug build or nimble build -d:release for a release build
  2. Output will be under build/

What is Wolf?

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

How can follow the progress?

  • 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