- Notifications
You must be signed in to change notification settings - Fork10
Calx is a lisp dialect that is made with python for Rapid progress, Ease of contrib.
License
NotificationsYou must be signed in to change notification settings
stroll-script/stroll-script-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
"A minimal Lisp dialect in Python."
Ordinta is a small Lisp dialect written in python!
Albeit in its middle stages, we aim to grow it with passion.
If you’re new to Lisp, check out thisquick intro.
Here are some of the thingsOrdinta currently has to offer!:
- Basic arithmetic:
+,-,*,/ - Comparisons:
>,<,>=,<=,==,!= - Advanced math:
mod,pow,sqrt,abs(experimental)
- Variables:
letto store values - Lists:
listto make lists,appendto add elements - List operations:
len,reverse,indexto manage elements
- String creation with quotes
- String operations:
concat,strlen,substr(currently buggy)
- Conditionals:
ifstatements - Loops:
whileloops - Logic:
&(and),|(or),true,false
- Print to console:
print - Read input:
scan
- Define function:
fn - Set passed in arguments:
argone|argtwo|argthree - Call functions:
call: call a user defined function
We’re aiming for:
- Feature progression — rapid growth and iteration
- Good documentation — clear, complete, and beginner-friendly
- Open contributions — an inviting community for all contributors
- Clean code — readable and structured
Interested inOrdinta and want to help it grow?Check out ourcontributing guide to get started!
About
Calx is a lisp dialect that is made with python for Rapid progress, Ease of contrib.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.