0 Members and 2 Guests are viewing this topic.
This seems nice Ashbad. In the end the language has to be user-friendly, while still being powerful. Unfortunately I don't understand everything that was said above but I wish you luck in this project.
function = lambda {|boolean, value| if boolean return value**value else return nil /if}putsln(AsString(function().call(true, 5)))
define type function further define action call rien (boolean, value) further if boolean return value**value else return nil /if /further/furtherputsln(AsString(generate function().call(true, 5)))
boolean boolcat trueint value 5if boolcat putiln(value)/if
define action call rien (boolean, value) further
action NAME RETURN_TYPE(ARGS) further
Will you port this to comp sometime?