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_->)"

#tokaylang

@janvlug @Codeberg The #Tokay programming language is also considering to move from GitHub to Codeberg, already started as a mirror.

Is there a way to transfer issues from GitHub to Codeberg?

#tokaylang #compilers

@rustaceans I've used Tokay ๐ŸฆŽ as helper to resolve today's challenge ๐Ÿ˜œ https://gist.github.com/phorward/ba279154273b0c495190ed30aa032521
#tokaylang #tokay #rust
Rust Bytes Challenge Issue #90 Expression Evaluator ... using Tokay๐ŸฆŽ๐Ÿ˜œ

Rust Bytes Challenge Issue #90 Expression Evaluator ... using Tokay๐ŸฆŽ๐Ÿ˜œ - Cargo.toml

Gist

๐Ÿš€ #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

#rust #compilers

crates.io: Rust Package Registry

GrรผรŸe vom Hack an der Ruhr #HadR #unhackbar #c3re #tokaylang
First #Tokay merch, at least some #stickers! Wanna grab some? Contact me, or let's meet up at #HadR #hadr25 #HackAnDerRuhr #tokaylang
Tokay Programming Language syntax highlighting - Visual Studio Marketplace

Extension for Visual Studio Code - Language support for Tokay programming language

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! 

GitHub - phorward/aoc2024.tok: Advent of Code 2024 in Tokay v0.6

Advent of Code 2024 in Tokay v0.6. Contribute to phorward/aoc2024.tok development by creating an account on GitHub.

GitHub

@teotwaki yep, nice one today, and little bit confusing, I just say X-MAS! ๐Ÿ˜†

#AOC2024 #Tokay #tokaylang

@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 ๐Ÿ˜

#AOC2024