From ecec97ef92dbf766a3b557a158f5ec130fd8f249 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 15 Jul 2013 08:19:23 -0700 Subject: Cleaned up php metadata, added racker --- racket.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'racket.html.markdown') diff --git a/racket.html.markdown b/racket.html.markdown index 707919dd..f7d64d0a 100644 --- a/racket.html.markdown +++ b/racket.html.markdown @@ -1,6 +1,8 @@ --- language: racket -author: th3rac25 +contributors: + - ["th3rac25", "http://twitter.com/th3rac25"] +filename: learnracket.py --- Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family. @@ -8,7 +10,7 @@ Racket is a general purpose, multi-paradigm programming language in the Lisp/Sch Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service] -```racket +```scheme #lang racket ; defines the language we are using ;;; Comments @@ -447,7 +449,6 @@ vec ; => #(1 2 3 4) ; (deposit -5) ; => deposit: contract violation ; expected: positive? ; given: -5 -; more details.... ``` ## Further Reading -- cgit v1.2.3