Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
M-x flyspell-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Raberg committed Feb 28, 2012
1 parent 0884c4d commit b1f3248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -63,7 +63,7 @@ Uses [Leiningen](https://github.com/technomancy/leiningen) to build.

## Roadmap

This port, while aiming to conform closely (and hopefully fully) to the [Shen specification](http://shenlanguage.org/Documentation/shendoc.htm), has its primiary goal to enable Shen's power in real world Clojure code.
This port, while aiming to conform closely (and hopefully fully) to the [Shen specification](http://shenlanguage.org/Documentation/shendoc.htm), has its primary goal to enable Shen's power in real world Clojure code.

* Test suite running properly. (day/s)
* Test suite passing. (days to week/s)
Expand All @@ -75,8 +75,8 @@ This port, while aiming to conform closely (and hopefully fully) to the [Shen sp
* Ensuring Shen can call Clojure/Java properly.
* Future / Questions
* Some implicit recur, but not too much focus on premature TCO.
* Revist using STM (refs/atoms) instead of inten for set/value.
* Exisiting Shen libraries and portability?
* Revisit using STM (refs/atoms) instead of intern for set/value.
* Existing Shen libraries and portability?
* ClojureScript.
* overrides.clj - rewriting parts of Shen into Clojure if interop or performance requires it.

Expand Down

0 comments on commit b1f3248

Please sign in to comment.