HackerTrans
トップ新着トレンドコメント過去質問紹介求人

crowdhailer

no profile record

投稿

[untitled]

1 ポイント·投稿者 crowdhailer·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·先月·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

The Boring Internet

terrygodier.com
54 ポイント·投稿者 crowdhailer·2 か月前·44 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

A guide to building Gleam apps for web, desktop, and mobile

lukwol.github.io
2 ポイント·投稿者 crowdhailer·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 crowdhailer·4 か月前·0 コメント

Gleam is straightforward, predictable and stable

builders.perk.com
5 ポイント·投稿者 crowdhailer·5 か月前·0 コメント

We Dropped Vue for Gleam and Lustre

blog.nestful.app
1 ポイント·投稿者 crowdhailer·5 か月前·0 コメント

You don't need an ORM [video]

youtube.com
1 ポイント·投稿者 crowdhailer·7 か月前·0 コメント

Making the most of bit arrays in Gleam

gearsco.de
38 ポイント·投稿者 crowdhailer·7 か月前·1 コメント

A tiny probabilistic programming language in Gleam

a5s.eu
2 ポイント·投稿者 crowdhailer·8 か月前·0 コメント

How I made my own web server in Gleam

wskiy.de
10 ポイント·投稿者 crowdhailer·9 か月前·0 コメント

コメント

crowdhailer
·2 か月前·議論
Writing my own programming language eyg.run that for a long time had no syntax. I worked on a structural editor for a long time and this weekend I finally documented the sneaky text syntax that did exist for testing. So the structural editor I'm not sure about the future. The language is still fun to write and use tho.
crowdhailer
·2 か月前·議論
I think more people having a crack at a language is a good thing. It demystifies a lot. For a long while I wanted the install guide for EYG (my language) to be a tutorial to write an interpreter in the language of your choice. I thought following the guide should take about a weekend and cover every feature in the language. For production you might want someone else's implementation, but for getting started what a great intro.
crowdhailer
·2 か月前·議論
I think this is going to turn into a very smart move by Zig.
crowdhailer
·2 か月前·議論
This was good for me to read. I'm still on GitHub, but think about moving more frequently than I'd like to
crowdhailer
·9 か月前·議論
I certainly know and admire eve. However I don't think I consciously took that many features from it into EYG. I'd be curios what the crossover is
crowdhailer
·10 か月前·議論
Ahh yes so I am. thanks for the correction
crowdhailer
·10 か月前·議論
I guess ASML chips are selling as well as they hoped, need a bigger customer.
crowdhailer
·昨年·議論
I'm pretty confident they will become a common feature in functional languages. Unison, Roc, EYG also have some version.

Then we just need to wait for the functional languages to become mainstream.
crowdhailer
·昨年·議論
I wrote about them here. https://crowdhailer.me/2025-02-14/algebraic-effects-are-a-fu... as I got a reasonable handle on implementing them in EYG

All the examples are editable, though not as text.
crowdhailer
·3 年前·議論
oh yeah. I also made an voice assistant called Colin on the homepage
crowdhailer
·3 年前·議論
I've built my own small embeddable functional language with structural record unions and effect types. By focusing on making the language tiny I have been able to embed it in arduino, web and server projects. The aim is to eventually use it for every side project I make. https://petersaxton.uk/log/