Y
Hacker News
new
|
ask
|
show
|
jobs
by
Ultimatt
3829 days ago
Perl 6 already has its own DBI and even a Slang DSL for writing SQL directly in Perl 6 as a loop construct.
https://github.com/tony-o/perl6-slang-sql
1 comments
SwellJoe
3828 days ago
Seems pretty immature. No interpolation (in either module), but I hadn't seen the SLang. That's a wonderful example of creating a DSL! But, probably not gonna be using it in production today.
link
tony-o
3827 days ago
Interpolation is on the list of stuff to do. Perl6 is just an afterwork hobby for me
link