wisp
 
(Arne Babenhauserheide)
2014-08-15: looks like this should work for all I need.

looks like this should work for all I need.

(Arne Babenhauserheide)
2014-08-15: the beginnings of a new, far simpler wisp reader which only works

the beginnings of a new, far simpler wisp reader which only works for scheme.

(Arne Babenhauserheide)
2014-08-07: merged stable into default

merged stable into default

(Arne Babenhauserheide)
2014-08-07: Added signature for changeset 922c4eca67c5 stable

Added signature for changeset 922c4eca67c5

(Arne Babenhauserheide)
2014-08-07: Added tag v0.6.1 for changeset 64745a296d56 stable

Added tag v0.6.1 for changeset 64745a296d56

(Arne Babenhauserheide)
2014-08-07: merge default for release: simpler unicode handling and honor stable v0.6.1

merge default for release: simpler unicode handling and honor --quiet for bootstrapping.

(Arne Babenhauserheide)
2014-08-07: increment version for release.

increment version for release.

(Arne Babenhauserheide)
2014-06-26: start with pos2cel

start with pos2cel

(Arne Babenhauserheide)
2014-06-26: start latlon2cell

start latlon2cell

(Arne Babenhauserheide)
2014-07-16: silence configure for make distcheck - thanks to Bob Friesenhahn

silence configure for make distcheck - thanks to Bob Friesenhahn

(Arne Babenhauserheide)
2014-07-15: safer sed thanks to nalaginrut

safer sed thanks to nalaginrut

(Arne Babenhauserheide)
2014-07-15: finally quiet bootstrapping.

finally quiet bootstrapping.

(Arne Babenhauserheide)
2014-07-15: quieting did not work.

quieting did not work.

(Arne Babenhauserheide)
2014-07-15: document that the variable guile actually checks for guile 2.0.x

document that the variable guile actually checks for guile 2.0.x

(Arne Babenhauserheide)
2014-07-15: honor --quiet for bootstrapping in the Makefile.

honor --quiet for bootstrapping in the Makefile.

(Arne Babenhauserheide)
2014-07-15: explicitly look for Guile 2.0.x

explicitly look for Guile 2.0.x

(Arne Babenhauserheide)
2014-07-15: rename test.sh to syntaxtests.sh to get more meaningful output from

rename test.sh to syntaxtests.sh to get more meaningful output from make check and make distcheck.

(Arne Babenhauserheide)
2014-07-14: polish

polish

(Arne Babenhauserheide)
2014-07-14: merge

merge

(Arne Babenhauserheide)
2014-07-14: much simpler unicode treatment in the reader by just setting LC_ALL

much simpler unicode treatment in the reader by just setting LC_ALL to the emptystring early on (which is done anyway in interactive use).

(Arne Babenhauserheide)
2014-07-14: merge stable into default.

merge stable into default.

(Arne Babenhauserheide)
2014-07-14: Added signature for changeset a321c87fec27 stable

Added signature for changeset a321c87fec27

(Arne Babenhauserheide)
2014-07-14: Added tag v0.6.0 for changeset 5475d7435625 stable

Added tag v0.6.0 for changeset 5475d7435625

(Arne Babenhauserheide)
2014-07-14: merge default into stable for release: stable v0.6.0

merge default into stable for release: - Better performance - Support for SRFI-105 - Working syntax highlighting in export via wisp-mode.el - Wisp can now execute wisp-files directly via guile -L . --language=wisp file.w. - Icosahedric Advection-Diffusion example: examples/d20world.w - Draft for an SRFI - Presentatien: Why Wisp? - Working autoreconf -i; ./configure; make distcheck - Real Testsuite (./runtests.sh . .)

(Arne Babenhauserheide)
2014-07-14: Add a NEWS entry for wisp 0.6.0

Add a NEWS entry for wisp 0.6.0

(Arne Babenhauserheide)
2014-07-14: deindent a bit.

deindent a bit.

(Arne Babenhauserheide)
2014-07-14: use with-fluids instead of set-fluid

use with-fluids instead of set-fluid

(Arne Babenhauserheide)
2014-07-14: set the %default-port-encoding to UTF-8 if it is not yet set. This

set the %default-port-encoding to UTF-8 if it is not yet set. This gets parsing of files with unicode symbols to work.

(Arne Babenhauserheide)
2014-07-14: merge

merge

(Arne Babenhauserheide)
2014-05-28: wisp-multiline.sh: use PROGNAME, not PN

wisp-multiline.sh: use PROGNAME, not PN

(Arne Babenhauserheide)
2014-07-14: thanks to mark weaver.

thanks to mark weaver.

(Arne Babenhauserheide)
2014-07-14: polish

polish

(Arne Babenhauserheide)
2014-07-14: move link to wisp-website→justification to syntax justification.

move link to wisp-website→justification to syntax justification.

(Arne Babenhauserheide)
2014-07-14: remove reference to := - too tongue in cheek.

remove reference to := - too tongue in cheek.

(Arne Babenhauserheide)
2014-07-14: note : for type declarations as disadvantage.

note : for type declarations as disadvantage.

(Arne Babenhauserheide)
2014-07-14: note parens and strings.

note parens and strings.

(Arne Babenhauserheide)
2014-07-14: Acknowledgments

Acknowledgments

(Arne Babenhauserheide)
2014-07-14: move the rules out of the headings and into the text: Rules in the

move the rules out of the headings and into the text: Rules in the headlines not obvious to see.

(Arne Babenhauserheide)
2014-07-14: moved the syntax justification into its own section - as suggested

moved the syntax justification into its own section - as suggested by D. Wheeler.

(Arne Babenhauserheide)
2014-06-09: polish

polish

(Arne Babenhauserheide)
2014-06-09: why-wisp: polish

why-wisp: polish

(Arne Babenhauserheide)
2014-06-09: included comments from Mark Weaver.

included comments from Mark Weaver.

(Arne Babenhauserheide)
2014-06-08: : → colon (:)

: → colon (:)

(Arne Babenhauserheide)
2014-06-08: Improve SRFI thanks to the comment from Alan.

Improve SRFI thanks to the comment from Alan.

(Arne Babenhauserheide)
2014-06-08: merge

merge

(Arne Babenhauserheide)
2014-06-08: add disturbance diffusion test.

add disturbance diffusion test.

(Arne Babenhauserheide)
2014-06-08: switch diffusion to triangle leapflrog.

switch diffusion to triangle leapflrog.

(Arne Babenhauserheide)
2014-06-05: d20world: improve style

d20world: improve style

(Arne Babenhauserheide)
2014-06-05: merge added test results.

merge added test results.

(Arne Babenhauserheide)
2014-05-29: added missing test validation for websafe indent and linebreks in

added missing test validation for websafe indent and linebreks in strings and parens

(Arne Babenhauserheide)
2014-05-07: polish text: say that wisp was used.

polish text: say that wisp was used.

(Arne Babenhauserheide)
2014-05-07: more optimistic implementation notes

more optimistic implementation notes

(Arne Babenhauserheide)
2014-05-07: polish

polish

(Arne Babenhauserheide)
2014-05-07: polish

polish

(Arne Babenhauserheide)
2014-05-07: rules without inline lists.

rules without inline lists.

(Arne Babenhauserheide)
2014-05-07: srfi: test suite as part of the implementation.

srfi: test suite as part of the implementation.

(drak)
2014-05-06: polish.

polish.

(drak)
2014-05-06: polish.

polish.

(drak)
2014-05-06: polish.

polish.

(drak)
2014-05-06: polish.

polish.

(drak)
2014-05-06: much stronger tests.

much stronger tests.

(drak)
2014-05-06: really kill the world before rewriting it.

really kill the world before rewriting it.

(drak)
2014-05-06: add a function to move back the lines for the world.

add a function to move back the lines for the world.

(drak)
2014-05-06: show the real value*12 instead of the colorindex.

show the real value*12 instead of the colorindex.

(drak)
2014-05-06: Increase Diffusion to get a stable result with leeway in both

Increase Diffusion to get a stable result with leeway in both directions.

(drak)
2014-05-05: Show the color-values.

Show the color-values.

(drak)
2014-05-05: Added advection.

Added advection.

(drak)
2014-05-05: Plan advection.

Plan advection.

(drak)
2014-05-05: Diffuse slowly.

Diffuse slowly.

(drak)
2014-05-05: Diffusion looks good, now: Use numbers as xterm colorscale.

Diffusion looks good, now: Use numbers as xterm colorscale.

(drak)
2014-05-05: golden proportion.

golden proportion.

(drak)
2014-05-05: polish

polish

(drak)
2014-05-05: polish

polish

(Arne Babenhauserheide)
2014-05-04: srfi: add numbers

srfi: add numbers

(Arne Babenhauserheide)
2014-05-03: typo

typo

(Arne Babenhauserheide)
2014-05-02: srfi: make scheme for colon resemble wisp.

srfi: make scheme for colon resemble wisp.

(Arne Babenhauserheide)
2014-05-02: srfi: don’t number rules by hand. Make them headlines.

srfi: don’t number rules by hand. Make them headlines.

(Arne Babenhauserheide)
2014-05-02: added the testrunner call to a footnote.

added the testrunner call to a footnote.

(Arne Babenhauserheide)
2014-05-02: added hello test.

added hello test.

(Arne Babenhauserheide)
2014-05-02: srfi: better intro-code.

srfi: better intro-code.

(Arne Babenhauserheide)
2014-05-02: srfi: use the 8 rules from the website.

srfi: use the 8 rules from the website.

(Arne Babenhauserheide)
2014-05-02: srfi: fix sublist: invalid code.

srfi: fix sublist: invalid code.

(Arne Babenhauserheide)
2014-05-02: fix testcase: invalid code.

fix testcase: invalid code.

(Arne Babenhauserheide)
2014-05-02: fix: font-lock-default-face does not exist by default.

fix: font-lock-default-face does not exist by default.

(Arne Babenhauserheide)
2014-05-02: fix: font-lock-default-face does not exist by default.

fix: font-lock-default-face does not exist by default.

(Arne Babenhauserheide)
2014-05-02: SRFI: copyright 2013 and 2014 (to include the older code in the SRFI

SRFI: copyright 2013 and 2014 (to include the older code in the SRFI in the MIT licensing)

(Arne Babenhauserheide)
2014-05-02: polish

polish

(Arne Babenhauserheide)
2014-05-02: polish

polish

(Arne Babenhauserheide)
2014-05-02: srfi note: the reference implementation uses Guile.

srfi note: the reference implementation uses Guile.

(Arne Babenhauserheide)
2014-05-02: +TODO: Include the code from http://draketo.de/proj/wisp

+TODO: Include the code from http://draketo.de/proj/wisp

(Arne Babenhauserheide)
2014-05-02: note on the reference implementation and the test-suite.

note on the reference implementation and the test-suite.

(Arne Babenhauserheide)
2014-05-02: linked wisp-repo in test-suite.

linked wisp-repo in test-suite.

(Arne Babenhauserheide)
2014-05-02: add test-suite

add test-suite

(Arne Babenhauserheide)
2014-05-02: intro for test-suite

intro for test-suite

(Arne Babenhauserheide)
2014-05-02: included the syntax-rules and the syntax-justification.

included the syntax-rules and the syntax-justification.

(Arne Babenhauserheide)
2014-05-02: polish

polish

(Arne Babenhauserheide)
2014-05-02: metrics: almost 3 times as many lines start with a paren as lines

metrics: almost 3 times as many lines start with a paren as lines without.

(Arne Babenhauserheide)
2014-05-02: srfi: improve rationale

srfi: improve rationale

(Arne Babenhauserheide)
2014-05-02: define d20world as module.

define d20world as module.

earlier

later