Skip to content

Dataflow programming language transpiled to python

Notifications You must be signed in to change notification settings

mguid65/fleauxlang

Repository files navigation

Oops! All Postfix Operators

(2, 1) -> +; // 3
(2, 1) -> -; // 1
(2, 1) -> *; // 2
(2, 1) -> /; // 2

Oops! Significant parentheses that look redundant...

(2, 1) -> Std.Println; // 2 1
((2, 1)) -> Std.Println; // (2, 1)

The first one is piping 2 arguments 2 and 1 into Std.Println. The second on is piping a single argument into Std.Println, that being the tuple (2, 1).

About

Dataflow programming language transpiled to python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages