Skip to content

kultuk/Avsha

Repository files navigation

Avsha

https://kultuk.github.io/Avsha/ :למידע בעברית גשו לכאן

This is a scripting language in hebrew that is designed to help kids learn how to code.

Currently supports conditions and functions.

This is still at the very beginning and there's still a lot more work to be done.

On the projects tab you can view all open tasks, any help will be awesome.

Syntax

Most of the syntax is JS-oriented with a few exceptions:

  • Semicolons are required at the end of each expression.
  • The returned value of a function is the value of it's last expression
  • There are no statesments.... yet.

Since markup doens't work well with RTL content, code snippets can be found here: https://kultuk.github.io/Avsha/

javascript אבשלוםקוד
if אם
else אחרת
function פעולה

Previously called AvshalomCode

Created by Sahar Zehavi.