Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 985 Bytes

Functional-Programming-Language

Currently there's no code avaiable

Development

You can read the docs here and if you ever happen to stuck, we probably have a tutorial for it in here!

For the moment, generate your build files:

  • windows: premake5 vs2019
  • linux: premake5 gmake
  • mac: premake5 xcode4

You can then use your favoured platform (Visual studio, XCode, Linux etc.) to build the binaries/libraries. All built files go into bin/.

Tech stack

  • premake5: as the build system
  • clang: as the compiler
  • neovim: (for those who can use) as the code editor
  • vscode: (for those who can't) as the IDE

Lasty but most importantly, love and compassion <3

A little warning

Please, for the love of god, at least read this before submitting anything.