wisp-guile: execute all statements in a chunk.
add factorial example (beautiful code).
polish
update modification time
forbid dot at the end of a line and as only symbol in a line to reserve them for future use.
FIX: closed the wrong tag
merge
SRFI: add a clarification for tail notation.
update srfi-from-template to the official SRFI document.
merge
merge
substract the required element instead of taking it away
added example map-product-sums.w
srfi: cleaner looking hello world
link SRFIs and use the name procedures instead of functions. (feedback by Michael Sperber).
SRFI-XXX → SRFI XXX
Backed out changeset 7e9f5b8df670
try at fixing bugs 5 and f (delayed output in REPL).
Link to fib
fix syntax
cleaner fib usage.
use curly infix in the basic README example.
note that curly infix is now activated by default.
closed TODO: syntax highlighting.
flyspell
suggested suffix
copyright date
polish
link to GNU Guile
valid HTML 3.2
Tree IL → code tree
add separate export of the testsuite.
code highlighting for the rest of the snippets.
"
html
highlighting.
blockquote example
mark readable as readable
polish
prepare linking
add implementation notes.
polish code examples.
align code examples
align code examples
align code examples
trim code
trim code
trim code
trim code
finish most of the HTML 3.2 conversion.
polish
trim unneeded part.
polish
polish
html3.2 up to syntax overview (including)
polish
srfi in html.
started srfi-from-tempalte, a cleaned up version of the HTML version of the srfi copied into the template from srfi.schemers.org
merge
ensemble estimation: harder settings
merge
create x^true from x^seed by multiplying each element with each other.
comment
use cond instead of if
use : list instead of '()
bug report
merge
more difference in x
use ten times as many states.
fix: positions were integers.
make the observation operator independent of the number of observations.
100 ensemble members with 30 noise.
reduce ensemble members and increase noise.
nicer plotting.
make H linear with position.
widen the exponentials.
double the dimension of X
resort to keep variables with the same dimensions together.
switch back to 1000 observations.
no need for interactive python in the plotting.
use python driven by an output-pipe as a plotting tool.
first line of function call with colon for better readability.
make H easier to read by reducing the use of curly infix.
the gaussians span the whole function space (less falloff).
use an observation operator consisting of several added gauss functions taken from x².
generalized the shell-call to guile: It gets the parentdir from $0.
merge
shebang -> hashbang
ensemble-estimation: rename process-observation to step.
ensemble-estimation: remove futures-code again. The locking makes it slower than the sequential code.
ensemble-estimation: use futures for calling H
ensemble-estimation is now (examples ensemble-estimation).
cleanup and fix testsuite.
fix reader test runner missing failures (luckily there were none).
fix scheme version of the syntax-strings-parens test.
define ensemble-estimation as module and add a script header for that.
quadratic fit.
fit a polynomial.
move H x to an earlier place in the file.