It's sooooo sexy to use #Tokay as a replacement for awk already
# pacman -Ss hypr | grep installed | tokay "'extra/' print(Chars<A-Za-z0-9_->)"
It's sooooo sexy to use #Tokay as a replacement for awk already
# pacman -Ss hypr | grep installed | tokay "'extra/' print(Chars<A-Za-z0-9_->)"
๐ #Tokay v0.6.12 is out!
A lot going on behind the scenes on #tokaylang:
โข #serde support โ load precompiled CBOR-VMs, yielding in a faster-loading per-thread #parser
โข #WASM support โ Tokay now runs on Node #npm
โข Tokay Playground, an in-browser IDE, is in the works!
Try it & help shape whatโs next ๐ก
๐ https://crates.io/crates/tokay
๐ https://www.npmjs.com/package/tokay
Just released: #Tokay programming language syntax highlighting for #VSCode: https://marketplace.visualstudio.com/items?itemName=phorward.vscode-tokay
In #AdventOfCode, day 11, had to rethink my algorithm for part 2 entirely, but still all was solvable in #Tokay (#tokaylang).
Part 1: Had a list of stones
Part 2: Turned list-based approach into counter dict of stones, as numbers where repeating.
The code can be found at https://github.com/phorward/aoc2024.tok - due to workaround on bugs and missing features, the code is a little but ugly, but works! 
@teotwaki yep, nice one today, and little bit confusing, I just say X-MAS! ๐
@teotwaki @ericwastl yeah, today's puzzle was fun!
As I'm using my own, parsing-related programming language #Tokay (#tokaylang) for this year's #AdventOfCode, I've needed only two lines of Tokay code for the first part ๐