enkb123 / rosetta-io

0 stars 0 forks source link

Raku #19

Closed nicholaides closed 1 month ago

nicholaides commented 2 months ago

Add implementation for Raku.

Local installation:

#install it
asdf plugin add raku
asdf plugin install raku 2024.06

# test it out
asdf shell raku 2024.06
# this should open the Raku REPL:
raku 

# make sure there's a raku directory
mkdir -p raku

# add .tool-versions
echo 'raku 2024.06' > raku/.tool-versions

I'd use Perl as a starting point for the code.

nicholaides commented 2 months ago

Also, let's make sure to implement the named pipe test cases.

nicholaides commented 2 months ago

@enkb123 btw, make a pull request for the raku branch when it's ready