Live data from Hacker News

Racket v7.2

blog.racket-lang.org

1–10 of 77 posts

Re: Racket v7.2

#3
Mike Sperber used Racket in his excellent 35c3 talk "How to teach programming to your loved ones": https://media.ccc.de/v/35c3-9800-how_to_teach_programming_to...

From the abstract: "A word of warning: The resulting approach is radically different from most teaching approaches used in universities and schools. In particular, it avoids teaching purely through examples and expecting students to develop the skills to arrive at the solutions on their own. Instead, it eaches explicit methodology that enables students to solve problems of surprising complexity on their own, whether they are 11 or 55, whether in a classroom, a training facility, or your home. Extensive documentation, material, and software to support this methodology is available for free."

Re: Racket v7.2

#5
post #4

Does anyone use this in production? Will this be a good platform to develop a DSL for a web app?

I do not think so as this has bern mainly created for teaching but recently I had the same question

Re: Racket v7.2

#6

Mike Sperber used Racket in his excellent 35c3 talk "How to teach programming to your loved ones": https://media.ccc.de/v/35c3-9800-how_to_teach_programming_to... From the abstract: "A word of warning: The resulting approach is radically different from most teaching approaches used in universities and schools. In particular, it avoids teaching purely through examples and expecting students to develop the skills to ar…

Thanks for sharing, added to my watch list.

Re: Racket v7.2

#7

Matthew Flatt did an excellent talk "Incremental Parallelization of Dynamic Languages" on Racket https://air.mozilla.org/incremental-parallelization-of-dynam... There's a lot of useful discussion in here about parallelism which also applies to Ruby, Python, Lua etc.

Thanks for sharing, added to my watch list.

Re: Racket v7.2

#8
post #4

Does anyone use this in production? Will this be a good platform to develop a DSL for a web app?

Doesn't HN use Racket?

Edit: according to wikipedia Arc, which HN is written in, is developed in Racket

Re: Racket v7.2

#9

Matthew Flatt did an excellent talk "Incremental Parallelization of Dynamic Languages" on Racket https://air.mozilla.org/incremental-parallelization-of-dynam... There's a lot of useful discussion in here about parallelism which also applies to Ruby, Python, Lua etc.

Is this video available without a login?
Post reply on HN