Racket v7.2
blog.racket-lang.org
Racket v7.2
1–10 of 77 posts
Re: Racket v7.2
#2There's a lot of useful discussion in here about parallelism which also applies to Ruby, Python, Lua etc.
Re: Racket v7.2
#3From 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
#4Re: Racket v7.2
#5Does anyone use this in production? Will this be a good platform to develop a DSL for a web app?
Re: Racket v7.2
#6Mike 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…
Re: Racket v7.2
#7Matthew 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.
Re: Racket v7.2
#8Does anyone use this in production? Will this be a good platform to develop a DSL for a web app?
Edit: according to wikipedia Arc, which HN is written in, is developed in Racket
Re: Racket v7.2
#9Matthew 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.
Re: Racket v7.2
#10Does anyone use this in production? Will this be a good platform to develop a DSL for a web app?