Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jkotlinski/durexforth
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Oct 18, 2019
2 parents 6f5665e + 3ded188 commit b8d9d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# durexforth

Modern C64 Forth. Includes a vi clone written in Forth, a high-resolution graphics library, plus MML music support (new in 1.3!).
Modern C64 Forth. Includes a vi clone written in Forth, a high-resolution graphics library, plus MML music support.

Goals:

* Fun. The system should be nice to work with on the real machine.
* Fast. DurexForth compiles to machine code and is the <a href=https://theultimatebenchmark.org/>fastest</a> C64 Forth.
* Fast. Compiles to machine code and is the <a href=https://theultimatebenchmark.org/>fastest</a> C64 Forth, ~100x the speed of Basic V2!
* Easy to use. Implements the <a href=http://forth-standard.org/standard/words>Forth 2012</a> core standard.

<img src=http://i.imgur.com/eXsaXjo.png?1>
Expand Down

0 comments on commit b8d9d6e

Please sign in to comment.