Page 1 of 1
Scheme or Racket :P
Posted: 06 Oct 2010, 15:12
by scifi
Anyone here worked with DrScheme or Racket
im curious
its a nice language, prety usefull for web stuff
old site
http://plt-scheme.org/
new site
http://racket-lang.org/
Re: Scheme or Racket :P
Posted: 06 Oct 2010, 18:12
by exciter
I am working with Scheme in school. It's not a nice language - Java, which we did before, is a lot better :D
Scheme (and also Racket) is more a language for maths freaks :)
have fun
Re: Scheme or Racket :P
Posted: 06 Oct 2010, 18:17
by scifi
glad to see someone sharing the pain of the parentesis :D
im making some programs with it.
Scheme is crap tbh, but racket is great, it has some things better than C and C++
racket seams to be used a lot by some google aplications
though both have the same basis
Re: Scheme or Racket :P
Posted: 06 Oct 2010, 19:52
by hoijui
scifi wrote:racket is great, it has some things better than C and C++
is it also, at large, more dev friendly then assembler!?!??? would be ultimate win then!!!!11
Re: Scheme or Racket :P
Posted: 06 Oct 2010, 20:25
by scifi
hoijui wrote:scifi wrote:racket is great, it has some things better than C and C++
is it also, at large, more dev friendly then assembler!?!??? would be ultimate win then!!!!11
well, im not that deep into racket, but from what ive seen, and by talking in the irc channel, its a good programing language, very mathematical though, it has diferent aplications, you can make a game with it, but its harder to understand the code.
it is dev friendly but the comunity is very small indeed

Re: Scheme or Racket :P
Posted: 07 Oct 2010, 12:47
by zerver
Scheme is a typical language used at schools to exercise the minds of students who think they are already good programmers. I was only impressed by its ability to handle arbitrarily large integers.
I've also used strange languages that allow you to mix lisp-style and c-style code.
Re: Scheme or Racket :P
Posted: 07 Oct 2010, 16:58
by scifi
i agree with that for scheme
but have you tryed racket and its predefined functions?
Re: Scheme or Racket :P
Posted: 07 Oct 2010, 20:39
by exciter
I am using this (
http://kogs-www.informatik.uni-hamburg. ... lt&lang=en) for picture editing via scheme. I think there is a version for racket too

Re: Scheme or Racket :P
Posted: 08 Oct 2010, 17:05
by scifi
hm i shall try this tonigth :D
epic link tx
you can do the same with just scheme, you can define draw functions, problem is it takes a lot more time than in racket, but this new stuff sounds very interesting.