[racket-users] Great presentation on "Making a language in Racket" from Heart of Clojure

2019-08-25 Thread tbrooke
https://www.youtube.com/watch?v=qyhjok21Y3o&list=PLhYmIiHOMWoEgJEvgkmUe8D0agxy_T2vR&index=16&t=0s -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+u

Re: [racket-users] [standard-fish] A geometric design

2019-08-25 Thread Daniel Prager
Wow! Loved the background video you linked to explaining the roots in Islamic art and design: https://www.youtube.com/watch?v=pg1NpMmPv48 So different to the patchwork inspired approach that I've taken to tessellation. Brilliant stuff. Dan -- You received this message because you are subscrib

Re: [racket-users] [standard-fish] A geometric design

2019-08-25 Thread 'John Clements' via Racket Users
Seriously! Magnificent! Want to play with this code, show it to students and co-workers. John > On Aug 25, 2019, at 14:52, Zachary Romero wrote: > > Hello, > > Here is a little tessellation design I made along with some helper functions > to generate them: https://github.com/zkry/tessellatio

[racket-users] Where is the best place to post regular content about Racket projects?

2019-08-25 Thread Sage Gerard
I am producing videos and blog posts around my Racket projects. I don't want to announce each one here if it's poor etiquette/unwanted solicitation. Still, I would like to have a platform to share regular content with Racket users with the intent to promote my work. Is there a canonical place to

[racket-users] [standard-fish] A geometric design

2019-08-25 Thread Zachary Romero
Hello, Here is a little tessellation design I made along with some helper functions to generate them: https://github.com/zkry/tessellation . I'm new to Racket and this was a great chance to practice. Thanks for this idea! -- Zac -- You received this message because you are subscribed to the

Re: [racket-users] Quadruple-precision floating-point support?

2019-08-25 Thread George Neuner
On 8/23/2019 8:39 PM, Shaobo He wrote: Hello everyone, I'm in need of quad-precision floating-point type/operations in Racket (the bigfloat module doesn't work for me). It appears there's none, am I right? The only hardware I am aware of with IEEE compatible quad precision is POWER9  (Vax

Re: [racket-users] Trying out a Racket-powered Webpack alternative

2019-08-25 Thread Sage Gerard
Disregard last message. Looks like I have results now. ~slg ‐‐‐ Original Message ‐‐‐ On Sunday, August 25, 2019 9:34 AM, Sage Gerard wrote: > I'd be thrilled to include those libsass bindings as an opt-in feature! > Starred and watched. > > Follow-up troubleshooting question: > > http

Re: [racket-users] Trying out a Racket-powered Webpack alternative

2019-08-25 Thread Sage Gerard
I'd be thrilled to include those libsass bindings as an opt-in feature! Starred and watched. Follow-up troubleshooting question: https://pkgd.racket-lang.org/pkgn/package/unlike-assets https://pkgd.racket-lang.org/pkgn/package/polyglot My package listings are still not built. I read https://pk

Re: [racket-users] Trying out a Racket-powered Webpack alternative

2019-08-25 Thread Bogdan Popa
Sage Gerard writes: > - unlike-assets: A build tool for interdependent assets. Similar to Webpack, > if you are familiar with the JS ecosystem. Cool stuff! I was very close to building an asset pipeline for koyo[1] a couple months ago, but I settled on just using broccoli.js instead. I'm glad t