User:Tim-brown: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{mylangbegin}} {{mylang|Racket|Slightly more than muppet}} {{mylangend}}")
 
No edit summary
Line 2: Line 2:
{{mylang|Racket|Slightly more than muppet}}
{{mylang|Racket|Slightly more than muppet}}
{{mylangend}}
{{mylangend}}

==Racket syntax highlighter==

I'll use this page to ascertain whether the racket language GeSHi is installed yet:

<lang racket>#lang racket
(define woo 'yay)
</lang>

Revision as of 08:14, 9 April 2013

My Favorite Languages
Language Proficiency
Racket Slightly more than muppet

Racket syntax highlighter

I'll use this page to ascertain whether the racket language GeSHi is installed yet:

<lang racket>#lang racket (define woo 'yay) </lang>