Skip to content

Commit

Permalink
README.potion update
Browse files Browse the repository at this point in the history
[from potion]
floating point support is now ok
coros are limited (no ppc, rather check out ucontext)
mention eval problems and os threading plans
  • Loading branch information
Reini Urban committed Sep 17, 2013
1 parent 29683ad commit 13f9f90
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.potion
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,15 @@
* Strings are immutable (like Lua) and byte
arrays are used for I/O buffers.

* Limited floating point support yet.
* Limited platform support for coroutines.
This affects exceptions. I'm and feeling
rather uninspired on the matter. Let's hear
from you.

* Limited error handling. I'm wary of just tossing
in exceptions and feeling rather uninspired
on the matter. Let's hear from you.
* The parser is not GC safe. This affects eval.
Do not waste too much memory inside eval.

* No OS threads yet.


~ a whiff of potion ~
Expand Down

0 comments on commit 13f9f90

Please sign in to comment.