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

Commit

Permalink
Adding a few known issues/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Raberg committed Mar 18, 2012
1 parent e6a3f3c commit 2d92a1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ The benchmarks can be run via:
* `vectors.shen` loads and type checks ok.
* [shen-libs](https://github.com/vasil-sd/shen-libs) part of it loads, but [`file-system.shen`](https://github.com/vasil-sd/shen-libs/blob/master/file-system/file-system.shen) needs a java.io version to proceeed.

### Known Issues

#### Fixed (but broken in 0.1.2)

* `dump` is broken.
* Automatic number promotion.


### 神, define, prolog? and defprolog macros

Expand Down Expand Up @@ -175,6 +182,7 @@ This port, while aiming to conform closely (and hopefully fully) to the [Shen sp
* More TCO than implicit recur for KLambda?
* Making Shen as lazy as its host?
* Revisit using STM (refs/atoms) instead of intern for set/value?
* The dual namespace part of the specification is currently not adhered to.
* Existing Shen libraries and portability?
* ClojureScript.
* overwrite.clj - rewriting more parts of Shen into Clojure if interop or performance requires it.
Expand Down

0 comments on commit 2d92a1e

Please sign in to comment.