Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

racket programmers report in

Name: Anonymous 2011-01-15 8:02

expert SICP programmers only

Name: Anonymous 2011-01-15 8:03

I'm a Haskell programmer, can I join you? Is there a non-side effects area? Or can I dress up as a nomad?

Name: Anonymous 2011-01-15 8:11

Haskell programmers are tentatively allowed, as long as they can keep up with the rapid pace of Racket development.

http://docs.racket-lang.org/more/

Name: VIPPER 2011-01-15 8:37

report in
SICP programmers only
I sense imageboarders.

Name: Anonymous 2011-01-15 8:39

I guess I should be honest here and mention that I made this thread while I was reading the docs and building racket from source.

And guess what? At the moment it's still not done building! There must be a million functions in this beast! I can't wait to discover how awesomely powerful this software is.

Name: Anonymous 2011-01-15 10:13

>>1
I am a Racket programmer and you should go back to /b/, fucking faggot.

Name: Anonymous 2011-01-15 10:16

>>5
all in [m] tags
imageboard scum
but enthusiastic about Lisp

HIBTCO?

Name: Anonymous 2011-01-15 13:39

>>7
Yes! Your tail calls have been optimized.

Name: Anonymous 2011-01-15 13:51

Speaking of TCO, http://xkcd.com/413/

Name: Anonymous 2011-01-15 14:06

>>9
import soul xD

(require racket/soul) also, go back to xkcd

Name: Anonymous 2011-01-15 14:12

when you use Racket, are you just using it for the IDE or does Racket add anything special to Scheme? Do you set Racket to R6RS or which language do you set it to?

Name: Anonymous 2011-01-15 14:23

>>11
I use the racket language for playing around, the racket/base for modules with the needed libraries required.
It is a different language compared to R5RS and R6RS Scheme, and yes, it adds lots of useful things: sockets, gui, classes (I'd like a CLOS-like OOP system, though), ffi, etc.
It can be used in real world, my /prog/scraper is written in Racket.

Name: Anonymous 2011-01-15 14:33

>>11
just run racket from the shell, install readline support.

use #lang racket at the top of your source files.


(define postdb '())

(define (savedb file)
  (with-output-to-file file
    (lambda () (display postdb))
    #:mode 'binary
    #:exists 'replace))

(define (loaddb file)
  (with-input-from-file file
    (lambda () (set! postdb (read)))
    #:mode 'binary))

Name: Anonymous 2011-01-16 5:09

>>10
fuck off fag, your just jelly of randall's success

back to yo'ure shitty mspaint comics, faggot

Name: Anonymous 2011-01-16 9:03

>>14
Y`'`o'`''`'`U'`R''E GAY

Name: Anonymous 2011-01-16 11:31

>>12
The CLOS-alike is called swindle.

Name: Anonymous 2011-01-16 11:39

>>16
Yeah, but swindle seems too much bloated for me, I'm an {i elitist faggot} who want to implement just what I want by hand. I will try it, though.

Name: Anonymous 2011-01-16 11:49

>>17
* elitist faggot

Name: Anonymous 2011-01-16 12:59

racket's servlets are pretty nice; seems like an easy way to provide services.

Name: Anonymous 2011-01-16 15:48

racklet

Don't change these.
Name: Email:
Entire Thread Thread List