Skip to content

Commit

Permalink
moving to Codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbicodes authored Sep 10, 2023
1 parent 0948589 commit 12f41ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

A browser-based interactive Lisp environment for learning Clojure

## Status
## Note:
Development is moving to Codeberg: https://codeberg.org/bobbicodes/bobbi-lisp. I'll probably stop updating this once I'm sure I'm happy with it.

Bobbi-lisp is based on [MAL (Make-a-Lisp)](https://github.com/kanaka/mal), which is a pedagogical Lisp interpreter inspired by Clojure. In a nutshell, this means that it has a set of built-in data structures besides lists, and is designed for functional programming using immutability by default with an `atom` type for controlled mutation. A goal is to support as much of Clojure as possible so it can be used for teaching Clojure.

Expand Down

0 comments on commit 12f41ad

Please sign in to comment.