Skip to content

mikhail729/wolf-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple, expressive statically typed language made in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published