Search Results
7/5/2025, 5:03:33 PM
Here's some sample Lyzyrd's Gyzzyrd code. As you can see, it's very exciting and fresh, capitalizing on the absolutely massive historical cultural trends in programming language design stretching back generations. The Lyzyrd's Gyzzyrd team is a motley crew of renegades, rock stars, and ninjas. Until our initial release, we recommend using Python, C, or Java to satiate your lust for computer control.
Code on, dude. \_/
# conditional execution
if (test):
SUITE
# interface definition
interface NAME(baseinterface):
SUITE
# class definition
class NAME(baseclass) implements CLASS,...:
VAR : TYPE
...
SUITE
# cast object to type
OBJECT as TYPE
# container type template
x : list<int>
x.append(10)
x.append("20" as int)
# function definition
def foo(x:int=20) -> float:
print x + 1
return (x as float) + 0.5
Code on, dude. \_/
# conditional execution
if (test):
SUITE
# interface definition
interface NAME(baseinterface):
SUITE
# class definition
class NAME(baseclass) implements CLASS,...:
VAR : TYPE
...
SUITE
# cast object to type
OBJECT as TYPE
# container type template
x : list<int>
x.append(10)
x.append("20" as int)
# function definition
def foo(x:int=20) -> float:
print x + 1
return (x as float) + 0.5
Page 1