Go to file
2021-02-25 18:55:40 +01:00
examples
resources
scripts Remove a space in the scripts/ybcon.sh file. 2021-02-25 18:52:06 +01:00
src Add a postinstall script for the linux packages, permit the use of -p instead of -printresult for the ybcon arguments, and change the installation directory to /opt/bin. 2021-02-25 17:59:18 +01:00
CMakeLists.txt Prioritize RPM packages in CMakeLists.txt. 2021-02-25 18:55:40 +01:00
desc.txt
Jenkinsfile Fix the icon path in the Jenkinsfile. 2021-02-21 17:07:38 +01:00
LICENSE.txt
README.md Revert the two previous commits. 2021-02-24 21:18:32 +01:00

Yerbacon

Build Status

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

Here's how the "hello world" 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.