SharpForth Changelog

What's new in SharpForth 1.0.0.10

Jan 7, 2014
  • Added lots of word from FLOATING wordset.
  • Added SharpForth words: $HOME, $TEMP, $OS and PEEK".
  • Corrected some issues with direct memory access thru pointers.

New in SharpForth 1.0.0.9 Beta (Sep 19, 2013)

  • Better ANSI X3.214-1994 compliance.
  • Many words added.
  • Dependencies for Words defined in Forth (Library class).
  • Started on combining Words and Library class.

New in SharpForth 1.0.0.7 Beta (Sep 18, 2013)

  • WordSets
  • Words split into partial classes.
  • Almost the complete ANSI X3.214-1994 Core Set compliance.
  • Many words added.
  • Pictured numbers.
  • WORD and FIND use normal Forth Strings instead of counted ones.
  • More Memory Access (although the ANSI X3.214-1994 standard pressed not to use it to much).
  • Added sepatete Floating Point Stack.
  • Added depencencies to words so they are loaded in the correct order (so I can finally sort the Words files.
  • Updated stack syntax to ANSI X3.214-1994 standard.
  • DOES> support.
  • Support for nameless :NONAME words.
  • ENVIRONMENT? Queries.

New in SharpForth 1.0.0.6 Beta (Sep 18, 2013)

  • Added LOAD-URL, POSTPONE, EVALUATE Words
  • Corrected ' behavior (now an IMMEDIATE word as it should be).
  • Command-Line Arguments support.
  • Enabled and passed more tests (counter at 330 after some fix-ups due to SharpForth design).

New in SharpForth 1.0.0.4 Beta (Aug 30, 2013)

  • This version focuses on getting the Forth test suite up-and running.

New in SharpForth 1.0.0.3 Beta (Aug 30, 2013)

  • This version contains byte addressing words and almost the complete DO LOOP suite of flow control words