Go to file
2021-02-28 19:30:52 +01:00
examples
resources
scripts Change the structure of installation directories, and move the completion scripts. 2021-02-28 19:30:52 +01:00
src Complete scripts/fish-completion.fish, improve scripts/ybcon.sh and add a --version argument. 2021-02-26 20:28:53 +01:00
CMakeLists.txt Change the structure of installation directories, and move the completion scripts. 2021-02-28 19:30:52 +01:00
desc.txt
Jenkinsfile Fix the Jenkinsfile. 2021-02-28 18:38:21 +01:00
LICENSE.txt
README.md

Yerbacon

Build Status

Yerbacon logo Aka Yer Bacon,
  • A language that transpiles into lua, javascript or python code.

Here's how the basic "hello world" script will look like.

main #= [] -> {
  println "Hello, World!"
}

Planned features:

  • Type inference
  • Null safety
  • Compilation to native code?

Getting Started

Variables assigned using #= can't be changed (they are "final"), while the ones affected using the normal operator (=) can.