Fork me on GitHub
#off-topic
<
2016-07-20
>
abdullahibra09:07:34

what is the salary range for intermediate clojure developer?

keithsparkjoy13:07:31

Anybody here know of any schemers? I’m thinking of working through SICP and I thought it would be good to get an implementation of Scheme running in Emacs. I think I need some adult supervision to get it set up though 🙂

davin13:07:21

the tools are largely the same

keithsparkjoy13:07:55

Thanks @davin I’ll check it out

davin13:07:40

@keithsparkjoy: If I remember correctly you still need to map the language in using .emacs

davin13:07:46

I have this in my .emacs:

davin13:07:50

;; geiser racket path
(setq geiser-racket-binary "/Applications/Racket/bin/racket”)

davin13:07:57

I was setting up Racket lang

davin13:07:27

but something similar for Scheme

keithsparkjoy13:07:49

Thanks. I see you went through SICP - did you find it pretty straightforward using Racket? Never used either Racket or Scheme and not sure how different they are.

davin13:07:25

Yes, Racket worked well for everything

keithsparkjoy13:07:47

Great news, because Scheme seems kinda dead these days. Racket looks like it’s alive and well.

davin13:07:04

Yes, Dr. Racket is the easiest way to get up and running

davin13:07:21

And then you can integrate the racket in the bin into emacs after downloading

keithsparkjoy13:07:45

Awesome thanks a bunch.