Skip to content

Instantly share code, notes, and snippets.

View zethon's full-sized avatar
👓

Addy zethon

👓
View GitHub Profile

Dynamically typed language called Stitch (filetype .st or .stitch) based of Ruby, Python and JavaScript. Spaces are new lines (except for stringed spaces and other cases) which allows for minification. Comments are double quotes and multilined, while strings are single quotes.

To print hello: print('hello')

To get name and print hello $name

name=input('name: ')
print('hello (name)') "to actually print ( and ) do \( and \) respectively"