Skip to content

Instantly share code, notes, and snippets.

View jozip's full-sized avatar
☺️
👍

Johan Persson jozip

☺️
👍
View GitHub Profile
@jozip
jozip / gist:970097
Created May 13, 2011 06:50 — forked from qerub/gist:969308
Objective-R: Objective-C-like syntax for method calls in Racket
#lang racket
; TODO: Add support for nested method calls
(require syntax/stx)
(provide read read-syntax)
;; Apply/Eval for this schemelet
(define (apply-objective-r form)