borblytams
2019-12-16 15:30:35

yes, javascript (nodeJs),python, java, little bit of clojure, but to honest never achived mastery in none of them


soegaard2
2019-12-16 15:32:37

Follow some of the tutorials on http://docs.racket-lang.org\|docs.racket-lang.org Skim “The Guide” and “The Reference”. Lookup functions as you go.

If there is something you can’t find (that you know from other languages) just ask. Most likely Racket does include, but perhaps under a different name.


borblytams
2019-12-16 15:33:40

yeah, i did it already, just the parts dont wanna come together, thats why asked for experienced help


soegaard2
2019-12-16 15:34:08

You could also check out http://htdp.org\|htdp.org


soegaard2
2019-12-16 15:35:23

It’s a bit slow-paced if you already know how to program. Also bear in mind that it doesn’t use the full language. It uses a “subset” (more or less) with better error messages.


borblytams
2019-12-16 15:36:12

what do u mean by that?


borblytams
2019-12-16 15:36:34

do u know anything where can i join working on some real life project?


soegaard2
2019-12-16 15:37:11

In a language with fewer constructs, it’s possible to provide better error messages.


soegaard2
2019-12-16 15:37:59

borblytams
2019-12-16 15:42:39

u coding long time ago in racket?


soegaard2
2019-12-16 15:42:52

yes


borblytams
2019-12-16 15:43:17

why is this so much different than others? have bsc in it?


soegaard2
2019-12-16 15:43:32

bsc ?


borblytams
2019-12-16 15:43:41

Bachelor


borblytams
2019-12-16 15:44:07

IDE to use?


soegaard2
2019-12-16 15:44:21

Use DrRacket.


borblytams
2019-12-16 21:58:58

and how could you describe the differencies to other languages?


soegaard2
2019-12-16 22:00:37

Racket has a macro / module system that just works. This is the main thing I miss, when I use other languages.