Quantcast
Channel: Zwillingssterns Weltenwald - wisp
Browsing all 13 articles
Browse latest View live

wisp: Whitespace to Lisp: An indentation to parentheses preprocessor to get...

I love the syntax of Python, but crave the simplicity and power of Lisp.display "Hello World!"↦ (display "Hello World!") define : hello-world↦ (define (hello-world) display "Hello World!"↦ (display...

View Article



Let-Rekursion ist toll!

Code-Snippets:Wisp-Scheme-IntroPython-LoopPython-messy-APIPython-Second-FunctionPython-Function-in-FunctionFinal Wisp Scheme Ich habe dank Pythonista in Scheme-Land von Let-Rekursion gelesen. Bis...

View Article

Recursion wins!

I recently read the little schemer and that got me thinking about recursion and loops. After starting my programming life with Python, I normally use for-loops to solve problems. But actually they are...

View Article

wisp: Whitespace to Lisp

» I love the syntax of Python, but crave the simplicity and power of Lisp.«display "Hello World!"↦ (display "Hello World!") pre, pre.src-uncolored, pre.src {font-size: smaller; overflow: visible}define...

View Article

Let-Rekursion ist toll!

English alternative: My favourite Scheme feature: named let. With more implementation...

View Article


Recursion wins!

I recently read the little schemer and that got me thinking about recursion and loops. After starting my programming life with Python, I normally use for-loops to solve problems. But actually they are...

View Article

Using Guile Scheme Wisp for low ceremony embedded languages

Programming languages allow expressing ideas in non-ambiguous ways. Let’s do a play.say Yes, I do! Yes, I do! This is a sketch of applying Wisp to a pet issue of mine: Writing the story of games with...

View Article

Live stream from the Guile devroom at FOSDEM 2017!

Update: Recordings are coming online at video.fosdem.org/2017/K.4.601/Here’s the stream to the Guile devroom at #FOSDEM: https://live.fosdem.org/watch/k4601Schedule (also on the FOSDEM page):09:45...

View Article


wisp: Whitespace to Lisp

» I love the syntax of Python, but crave the simplicity and power of Lisp.«display "Hello World!"↦ (display "Hello World!") pre, pre.src-uncolored, pre.src {font-size: smaller; overflow: visible}define...

View Article


Let-Rekursion ist toll!

English alternative: My favourite Scheme feature: named let. With more implementation...

View Article

Recursion wins!

I recently read the little schemer and that got me thinking about recursion and loops. After starting my programming life with Python, I normally use for-loops to solve problems. But actually they are...

View Article

Using Guile Scheme Wisp for low ceremony embedded languages

Update 2017: A matured version of the work shown here was presented at FOSDEM 2017 as Natural script writing with Guile. There is also a video of the presentation (held by Christopher Allan Webber;...

View Article

Live stream from the Guile devroom at FOSDEM 2017!

Update: Recordings are coming online at video.fosdem.org/2017/K.4.601/Here’s the stream to the Guile devroom at #FOSDEM: https://live.fosdem.org/watch/k4601Schedule (also on the FOSDEM page):09:45...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images