Racket 6.0: New package system, new doc CSS, JIT support for ARM
blog.racket-lang.org
Racket 6.0: New package system, new doc CSS, JIT support for ARM
1–10 of 78 posts
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#2Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#3Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#4Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#5Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
There aren't as many libraries available compared to more popular languages, but I haven't yet had too much trouble getting things accomplished. For the above-mentioned languages we're using, I'd put the useful library situation at: Racket-> Haskell-> Clojure in order of least to greatest.
Depending on what you need it to interoperate with, it's totally usable in production environments as it stands.
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#6Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
Its built-in image support is much better than anything I've seen in any other language, so I've used it a couple times for writing simulations that need a histogram. It's also much better than Clojure for things that require low memory usage or fast startup time.
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#7Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
We're using it in production at my job. (In a decent-sized polyglot system also made up of Haskell and Clojure). There aren't as many libraries available compared to more popular languages, but I haven't yet had too much trouble getting things accomplished. For the above-mentioned languages we're using, I'd put the useful library situation at: Racket-> Haskell-> Clojure in order of least to greatest. Depending on wha…
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#8Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#9Racket is my first functional language and its been fun, but is it more of an educational language or is it used in production?
It's used in production in a variety of places: Naughty Dog studios, NBCUniversal, Air Force research labs, defense contractors, web developers.
Re: Racket 6.0: New package system, new doc CSS, JIT support for ARM
#10And with ARM this will soon become the only language I need!