return page history
α-wwwiki
::
history/sandbox/20130822-212741.txt
editor : [164.119.84.209] 2013/08/22 21:27:41 _h1 sandbox _p Please don't worry about the content of this page : _ul you can clear everything !! _ul write what you want :) _ul except vulgarity :( {hr} _p Two fundamental questions : _ul Why {b α} in α-wwwiki ? Because of its ancestor [[alphawiki|http://amartyfree.free.fr/alphawiki/]] created on 2007, _ul Why {b www} in α-wwwiki ? Because {b What a Wonderful Wiki} ! _p Isn't it cute? This is a test * let's see * why doesn't this work? _p Hi {b you !} _ul because alpha-wiki _ul doesn't use the MarkDown syntax _ul but a more {i smart} one :) ) _p Please read the [[help]] introduction and try again. {div {@ style="position:absolute; top:100px; left:420px;"} {show {@ src="data/bonobo.jpg" height="100" width="400" title="I am a bonobo and I love alphawiki in ze lambdaway"}}} {pre (define foo (lambda (op) (lambda (a b) (op a b) ) ) ) ((foo *)2 3) ((foo +)3 7) ((foo -)2 3) ((foo /)2 3) (define bar (lambda (a b) (lambda (op) (op a b) ) ) ) ((bar 2 3)*) ((bar 2 3)/) ((bar 2 3)-) ((bar 2 3)+) (define goo (lambda (a) (lambda (b) (lambda (c) (a b c) ) ) ) ) (((goo *)2)3) ((( (lambda (a) (lambda (b) (lambda (c) (a b c) ) ) ) *)3)4) }