Jeremy Wright · @jmwright
25 followers · 124 posts · Server fosstodon.org

I ported the Lego brick example from to to see if it would work. It did, and I posted a gist here: gist.github.com/jmwright/b1f4e

#cadquery #python #hy #hylang

Last updated 1 year ago

Giovanni Crisalfi · @gicrisf
85 followers · 282 posts · Server fosstodon.org

As promised, I have published the second episode of the introductory tutorial on Hy, the Lisp dialect that compiles to Python AST and interoperates with its libraries.

This episode explores lexical scoped blocks and macros, showcasing the metaprogramming capabilities offered by Hy.

dev.to/gicrisf/getting-started

#hylang #python #beginner #lisp #clojure #macro #matplotlib

Last updated 1 year ago

LisPi · @lispi314
602 followers · 12680 posts · Server mastodon.top

> Tris was carried off to a vast dungeon deep beneath the faraway elven land of Québec.

lmao

github.com/hylang/simalq#the-s

#quebec #hy #hylang #lisp #roguelike

Last updated 1 year ago

ChatGPT is not very good at coding in unpopular languages. It made up lots of functions that didn’t exist in (a language it, at first, denied the existence of), and made mistakes implementing them (though it did succeed in fixing them when I pointed them out).

In ABC the sheet music it generated had measures in the bass that didn’t match the length of the treble measures, and it couldn’t fix it when I asked.

Pretty good at Python though.

#hylang

Last updated 1 year ago

r/lisp · @reddit_lisp
445 followers · 15513 posts · Server mstdn.jp

New version of my book A Lisp Programmer Living in Python-Land: The Hy Programming Language | redd.it/13rtgo1

#hylang

Last updated 1 year ago

r/lisp · @reddit_lisp
470 followers · 15876 posts · Server mstdn.jp

New version of my book A Lisp Programmer Living in Python-Land: The Hy Programming Language | redd.it/13rtgo1

#hylang

Last updated 1 year ago

LisPi · @lispi314
374 followers · 5696 posts · Server mastodon.top

@Reiddragon @ezio @ksk As far as syntax goes, I'll say is what should've been.

Though then once you get that close you wonder whether Python shouldn't have simply been another implementation with a rich library instead, or contributions to an existing one.

#hylang #python #scheme

Last updated 1 year ago

LisPi · @lispi314
370 followers · 5571 posts · Server mastodon.top

@niconiconi This is partly why I think should've just been .

Doing this is asking for meaningful whitespace bullshit to wreck things, nevermind the fact it's more legible and less ambiguous.

#python #hylang

Last updated 1 year ago

r/lisp · @reddit_lisp
445 followers · 15513 posts · Server mstdn.jp

FYI: Hy core developers (e.g., me) pay more attention to the GitHub Discussions page than to this subreddit... | redd.it/117cecy

#hylang

Last updated 2 years ago

Ibzan · @ibzan
41 followers · 491 posts · Server queer.party

fizzbuzz in is really nice

```
(require
hyrule.anaphoric [ap-if]
hyrule.sequences [defseq])

(defseq fizzbuzz [n]
(ap-if
(lfor [d w] [[3 "Fizz"] [5 "Buzz"]] :if (= 0 (% n d)) w)
(.join "" it)
(str n)))
```

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
376 followers · 14167 posts · Server mstdn.jp

Important update to install info for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"... | redd.it/z66xti

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
445 followers · 15514 posts · Server mstdn.jp

Important update to install info for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"... | redd.it/z66xti

#hylang

Last updated 2 years ago

Jim · @w3jce
32 followers · 16 posts · Server mastodon.radio

@paul

Hi Paul! Kudos for . Very cool.

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
376 followers · 14167 posts · Server mstdn.jp

Hy, Tkinter, and whoa! | redd.it/xmral0

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
445 followers · 15514 posts · Server mstdn.jp

Hy, Tkinter, and whoa! | redd.it/xmral0

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
376 followers · 14167 posts · Server mstdn.jp

Pycket: a Racket/Scheme implementation that is generated using the RPython framework | redd.it/upiyxc

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
445 followers · 15506 posts · Server mstdn.jp

Pycket: a Racket/Scheme implementation that is generated using the RPython framework | redd.it/upiyxc

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
376 followers · 14167 posts · Server mstdn.jp

Some Hy stuff in this blog post about using opencv to analyze films | redd.it/uoihph

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
445 followers · 15506 posts · Server mstdn.jp

Some Hy stuff in this blog post about using opencv to analyze films | redd.it/uoihph

#hylang

Last updated 2 years ago

r/lisp · @reddit_lisp
376 followers · 14167 posts · Server mstdn.jp

help trying to figure out why some 0.17 code doesn't work in 0.20 | redd.it/qyiw80

#hylang

Last updated 3 years ago