Go to file
Username404 6181e27a22
Update README.md. (fix the build status's branch name)
2021-02-12 15:10:35 +01:00
examples Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
resources Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
src Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
CMakeLists.txt Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
Jenkinsfile Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
LICENSE.txt Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
README.md Update README.md. (fix the build status's branch name) 2021-02-12 15:10:35 +01:00
desc.txt Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00

README.md

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.