Skip to content

Commit 5cd1a6c

Browse files
committed
Update readme
1 parent cf8f87c commit 5cd1a6c

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# Calxium
2-
***"A minimal Lisp dialect in Python."***
1+
# Stroll
2+
***"A Lisp dialect in Python."***
33

44
---
55

66
## ⚙️ Introduction
7-
Calxium or Calx in short is a small Lisp dialect written in python!
8-
9-
Albeit in its middle stages, we aim to grow it with passion.
7+
Stroll in short is a small Lisp dialect written in python!
8+
Like a leisurely walk along the river we hope you enjoy your use and potential contribution to such project!
109

1110
If you’re new to Lisp, check out this [quick intro](https://en.wikipedia.org/wiki/Lisp_(programming_language)).
1211

1312
---
1413

1514
## 🧩 Features
16-
Here are some of the things **Calx** currently has to offer!:
15+
Here are some of the things **Stroll** currently has to offer!:
1716

1817
### 🧮 Math Operations:
1918
- Basic arithmetic: `+`, `-`, `*`, `/`
2019
- Comparisons: `>`, `<`, `>=`, `<=`, `==`, `!=`
21-
- Advanced math: `mod`, `pow`, `sqrt`, `abs` *(experimental)*
20+
- Advanced math: `mod`, `pow`, `sqrt`, `abs` *(untested)*
2221

2322
### 📦 Working with Data:
2423
- Variables: `let` to store values
@@ -27,7 +26,7 @@ Here are some of the things **Calx** currently has to offer!:
2726

2827
### 🔤 Strings & Text:
2928
- String creation with quotes
30-
- String operations: `concat`, `strlen`, `substr` *(currently buggy)*
29+
- String operations: `concat`, `strlen`, `substr` *(Also untested)*
3130

3231
### 🔁 Control Flow:
3332
- Conditionals: `if`, `elif`, `else` (Please look in the docs for it is quite different here...)
@@ -55,7 +54,7 @@ We’re aiming for:
5554
---
5655

5756
## 🤝 Contributing
58-
Interested in **Calx** and want to help it grow?
57+
Interested in **Stroll** and want to help it grow?
5958
Check out our [contributing guide](docs/contributing.md) to get started!
6059

6160
---

0 commit comments

Comments
 (0)