Skip to content

Commit ed101ea

Browse files
authored
Hotfix: md list
1 parent bce7412 commit ed101ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implem
1414
## Project Goals:
1515
1. To create a version of Clojure that gets to exist independent of a particular platform
1616
2. To explore a Clojure that, being more independent, has
17-
a. Proper tail call elimination
18-
b. Conditions / Restarts
19-
c. Any other feature it might not normally be able to indulge
17+
1. Proper tail call elimination
18+
2. Conditions / Restarts
19+
3. Any other feature it might not normally be able to indulge
2020
3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
2121

2222
Check [clojureRS.org](./clojureRS.org) (the file, not website) for more notes about the design of the language, which should grow as the program grows.

0 commit comments

Comments
 (0)