(Arne Babenhauserheide)
2015-02-13: how to run evolve.w how to run evolve.w
(Arne Babenhauserheide)
2015-07-28: examples/evolve.w now uses the wisp reader, not multiline. examples/evolve.w now uses the wisp reader, not multiline.
(Arne Babenhauserheide)
2015-07-28: add executable bit for examples/evolve.w add executable bit for examples/evolve.w
(Arne Babenhauserheide)
2015-07-28: merge stable into default merge stable into default
(Arne Babenhauserheide)
2015-07-28: Added signature for changeset 22bf6277df51 stable Added signature for changeset 22bf6277df51
(Arne Babenhauserheide)
2015-07-28: Added tag v0.8.5 for changeset fb551bbe7084 stable Added tag v0.8.5 for changeset fb551bbe7084
(Arne Babenhauserheide)
2015-07-28: merge : . and SRFI-119. stable v0.8.5 merge : . and SRFI-119.
(Arne Babenhauserheide)
2015-07-28: prepare 0.8.5 prepare 0.8.5
(Arne Babenhauserheide)
2015-07-28: wisp-scheme: Support : . meaning no code: “add parens and remove wisp-scheme: Support : . meaning no code: “add parens and remove them” (compatibility to wisp-guile.w, because people might do that).
(Arne Babenhauserheide)
2015-07-28: merge merge
(Arne Babenhauserheide)
2015-07-27: nicer fizzbuzz (less : : ) nicer fizzbuzz (less : : )
(Arne Babenhauserheide)
2015-06-24: add supporting files for SRFI-119 add supporting files for SRFI-119
(Arne Babenhauserheide)
2015-06-24: wrap copyright notices. wrap copyright notices.
(Arne Babenhauserheide)
2015-06-24: merge merge
(Arne Babenhauserheide)
2015-06-23: Added tag wisp-mode-0.2.1 for changeset f0096bf5f3ba Added tag wisp-mode-0.2.1 for changeset f0096bf5f3ba
(Arne Babenhauserheide)
2015-06-23: wisp-mode 0.2.1 wisp-mode-0.2.1 wisp-mode 0.2.1
(Arne Babenhauserheide)
2015-06-23: any->arbitrary any->arbitrary
(Arne Babenhauserheide)
2015-06-23: srfi: update revised time srfi: update revised time
(Arne Babenhauserheide)
2015-06-24: permissive license of the wisp processor for the SRFI process. permissive license of the wisp processor for the SRFI process.
(Arne Babenhauserheide)
2015-06-23: newbase60 guildhall pkg in subdir newbase60 guildhall pkg in subdir
(Arne Babenhauserheide)
2015-06-23: merge stable into default. merge stable into default.
(Arne Babenhauserheide)
2015-06-23: Added signature for changeset 41a3bcb0e07c stable Added signature for changeset 41a3bcb0e07c
(Arne Babenhauserheide)
2015-06-23: Added tag v0.8.4 for changeset a4bca2a0f2f6 stable Added tag v0.8.4 for changeset a4bca2a0f2f6
(Arne Babenhauserheide)
2015-06-23: merge no longer wrapping blocks in begin, wisp-mode without electric stable v0.8.4 merge no longer wrapping blocks in begin, wisp-mode without electric indent and examples newbase60 and cli.
(Arne Babenhauserheide)
2015-06-23: update version in configure.ac update version in configure.ac
(Arne Babenhauserheide)
2015-06-23: prepare NEWS file for release. prepare NEWS file for release.
(Arne Babenhauserheide)
2015-06-23: remove call to main remove call to main
(Arne Babenhauserheide)
2015-06-23: examples/cli: distinguish between empty program call and commandline examples/cli: distinguish between empty program call and commandline arguments
(Arne Babenhauserheide)
2015-06-23: remove outdated fixme remove outdated fixme
(Arne Babenhauserheide)
2015-06-23: srfi: use the factorial example in the abstract. srfi: use the factorial example in the abstract.
(Arne Babenhauserheide)
2015-06-23: SRFI: final issue resolved. SRFI: final issue resolved.
(Arne Babenhauserheide)
2015-06-23: update SRFI HTML update SRFI HTML
(Arne Babenhauserheide)
2015-06-23: remove debug output remove debug output
(Arne Babenhauserheide)
2015-06-23: FIX: broke with more than 2 consecutive empty lines. FIX: broke with more than 2 consecutive empty lines.
(Arne Babenhauserheide)
2015-06-23: spec: simplify wisp sexp reader. spec: simplify wisp sexp reader.
We no longer need to be able to parse multiple expressions.
(Arne Babenhauserheide)
2015-06-23: break wisp chunk at the next top-level form and compile to tree-il break wisp chunk at the next top-level form and compile to tree-il to avoid wrapping top-level forms in begin.
(Arne Babenhauserheide)
2015-06-23: wisp-scheme: force wisp mode wisp-scheme: force wisp mode
(Arne Babenhauserheide)
2015-06-23: cli: wisp-mode + non-repl fixme cli: wisp-mode + non-repl fixme
(Arne Babenhauserheide)
2015-06-23: merge newbase60 and release. merge newbase60 and release.
(Arne Babenhauserheide)
2015-05-22: simplify example with identifier-syntax simplify example with identifier-syntax
(Arne Babenhauserheide)
2015-05-22: add non-working property example add non-working property example
(Arne Babenhauserheide)
2015-06-22: newbase60 guildhall package: does not need depends (all deps are in newbase60 guildhall package: does not need depends (all deps are in guile).
(Arne Babenhauserheide)
2015-06-22: create the first guildhall package: newbase60 create the first guildhall package: newbase60
(Arne Babenhauserheide)
2015-06-22: use wisp mode, not scheme use wisp mode, not scheme
(Arne Babenhauserheide)
2015-06-22: newbase60: fix: rename function (yearday*s*) and export the useful newbase60: fix: rename function (yearday*s*) and export the useful functions.
(Arne Babenhauserheide)
2015-06-22: added sexagesimal yeardays, compatible with Tantek. added sexagesimal yeardays, compatible with Tantek.
(Arne Babenhauserheide)
2015-06-22: remove commented out match usage. remove commented out match usage.
(Arne Babenhauserheide)
2015-06-22: newbase60: split let* into let* and let. newbase60: split let* into let* and let.
(Arne Babenhauserheide)
2015-06-22: newbase60: works with negative numbers, too. newbase60: works with negative numbers, too.
(Arne Babenhauserheide)
2015-06-22: newbase60: add decoding of datetime newbase60: add decoding of datetime
(Arne Babenhauserheide)
2015-06-22: document the datetime option. document the datetime option.
(Arne Babenhauserheide)
2015-06-22: newbase60: add a date option newbase60: add a date option
(Arne Babenhauserheide)
2015-06-22: implement small commandline interface for newbase60 implement small commandline interface for newbase60
(Arne Babenhauserheide)
2015-06-22: implemented neBest wishes, implemented neBest wishes,
Arnease60 in wisp
(Arne Babenhauserheide)
2015-06-22: add cli.w add cli.w
(Arne Babenhauserheide)
2015-06-22: add docstrings add docstrings
(Arne Babenhauserheide)
2015-06-22: working round-trip working round-trip
(Arne Babenhauserheide)
2015-06-22: implement sxg->number implement sxg->number
(Arne Babenhauserheide)
2015-06-22: add newbase60 example with integer->sxg add newbase60 example with integer->sxg
(Arne Babenhauserheide)
2015-06-22: autoload the hook autoload the hook
(Arne Babenhauserheide)
2015-06-22: disable electric indent for wisp disable electric indent for wisp
(Arne Babenhauserheide)
2015-06-22: started neBest wishes, started neBest wishes,
Arnease60
(Arne Babenhauserheide)
2015-04-11: merge stable merge stable
(Arne Babenhauserheide)
2015-04-11: Added signature for changeset a8ea98c78d90 stable Added signature for changeset a8ea98c78d90
(Arne Babenhauserheide)
2015-04-11: Added tag v0.8.3 for changeset 41c48043ca33 stable Added tag v0.8.3 for changeset 41c48043ca33
(Arne Babenhauserheide)
2015-04-11: merge source-properties and d20world experiment. stable v0.8.3 merge source-properties and d20world experiment.
(Arne Babenhauserheide)
2015-04-11: resolve dotted-pair bug resolve dotted-pair bug
(Arne Babenhauserheide)
2015-04-11: remove deprecated manual changelog. remove deprecated manual changelog.
(Arne Babenhauserheide)
2015-04-11: prepare 0.8.3 prepare 0.8.3
(Arne Babenhauserheide)
2015-04-11: FIX: no longer break pairs when adding source properties. FIX: no longer break pairs when adding source properties.
(Arne Babenhauserheide)
2015-04-10: hopefully fixed pair killing hopefully fixed pair killing
(Arne Babenhauserheide)
2015-04-10: add FIXME for bug in source propagation. add FIXME for bug in source propagation.
(Arne Babenhauserheide)
2015-04-10: catch source-properties error for line ending in colon (empty final catch source-properties error for line ending in colon (empty final parens).
(Arne Babenhauserheide)
2015-04-10: added test for dotted pair (bug ff) added test for dotted pair (bug ff)
(Arne Babenhauserheide)
2015-04-07: merge merge
(Arne Babenhauserheide)
2015-03-31: add ascii encoding bug add ascii encoding bug
(Arne Babenhauserheide)
2015-04-07: added bug report for dotted pairs. added bug report for dotted pairs.
(Arne Babenhauserheide)
2015-03-23: merge merge
(Arne Babenhauserheide)
2015-03-23: some cleanup some cleanup
(Arne Babenhauserheide)
2015-03-23: add preliminary support for source properties (show the line number add preliminary support for source properties (show the line number of the enfolding code in debugging output, though not yet of the inner statement).
(Arne Babenhauserheide)
2015-03-23: note that the example code does not work. note that the example code does not work.
(Arne Babenhauserheide)
2015-03-23: todo: set source properties todo: set source properties
(Arne Babenhauserheide)
2015-03-19: add wisp backtraces bug add wisp backtraces bug
(Arne Babenhauserheide)
2015-03-19: wisp-reader: no colon at the end of the title. wisp-reader: no colon at the end of the title.
(Arne Babenhauserheide)
2015-03-19: wisp-reader: reference SRFI-119 in the title. wisp-reader: reference SRFI-119 in the title.
(Arne Babenhauserheide)
2015-03-19: quasiquote as ` mostly works, literal quasiquote plus unquote works. quasiquote as ` mostly works, literal quasiquote plus unquote works.
(Arne Babenhauserheide)
2015-03-19: resolve delayed REPL output bug. resolve delayed REPL output bug.
(Arne Babenhauserheide)
2015-03-19: only wrap the chunk in begin, if it actually contains more than one only wrap the chunk in begin, if it actually contains more than one expression.
(Arne Babenhauserheide)
2015-03-19: merge merge
(Arne Babenhauserheide)
2015-03-19: d20world: start of experiement to plot the results. d20world: start of experiement to plot the results.
(Arne Babenhauserheide)
2015-03-03: multithreaded magic with guile the reader version of wisp multithreaded magic with guile the reader version of wisp
(Arne Babenhauserheide)
2015-02-26: typo typo
(Arne Babenhauserheide)
2015-03-19: merge the release back into default. merge the release back into default.
(Arne Babenhauserheide)
2015-03-19: Added signature for changeset 36b8c0daff2c stable Added signature for changeset 36b8c0daff2c
(Arne Babenhauserheide)
2015-03-19: Added tag v0.8.2 for changeset 327acbae68ef stable Added tag v0.8.2 for changeset 327acbae68ef
(Arne Babenhauserheide)
2015-03-19: merge SRFI draft, curly-infix by default, REPL delayed output fix, stable v0.8.2 merge SRFI draft, curly-infix by default, REPL delayed output fix, examples, tests and generalized shell-call.
(Arne Babenhauserheide)
2015-03-19: update version to 0.8.2 update version to 0.8.2
(Arne Babenhauserheide)
2015-03-19: update NEWS update NEWS
(drak)
2015-03-18: resolve REPL delayed output bug. resolve REPL delayed output bug.