freespectrum.herokuapp.com/workshop...-links.svg -- gist.github.com/masak/5431185 -- logs at olive.undo.it/log?channel=masakism
Set by moderator on 25 June 2013.
06:44 dmol joined 09:40 dmol joined 12:28 _ilbot joined
moderator freespectrum.herokuapp.com/workshop...-links.svg -- gist.github.com/masak/5431185 -- logs at olive.undo.it/log?channel=masakism
17:57 dmol joined
Ayiko added solutions for SCRAPING, HIGHLIGHT (regex) and SHIPPING at gist.github.com/Ayiko/9ca80fba8027b38d2129 20:32
masak oh wow. 20:36
Ayiko++ 20:37
Ayiko only highlight(grammar) and 2 other tracks to go :) 20:38
masak you're the first one to complete highlight. 20:39
congratulations.
I've been thinking that wasn't a very user-friendly task. but I'm eagerly awaiting your grammar solution to it. 20:40
Ayiko it might take a while to implement the complete java language in a grammar :s 20:41
(and I don't know if I can contain myself to do it partially, for regex I knew I couldn't do it completely so I didn't)
masak well, it should be possible to do it partially. 20:44
if you decide to do it completely, and I'm not saying you should -- it would definitely merit being turned into a modules.perl6.org module.
that others can use and extend and build upon.
Ayiko sure thing, but it might take a while 20:46
masak :) 20:47
Ayiko also, small remark about shipping: TimeUnit::days really gets in the way of the dsl, I stole GlitchMr++'s workaround for it
masak github early, github often
oh! yes :/
Ayiko r: say days, days.WHAT, days*1
camelia rakudo 60d298: OUTPUT«days(TimeUnit)8␤»
masak why doesn't the one in the user code simply override the setting one? :/ 20:48
Ayiko &days 10 works
days 10 gives ttiar
masak r: sub days($n) { say "OH HAI" }; days 10
camelia rakudo 60d298: OUTPUT«[31m===[0mSORRY![31m===[0m�Two terms in a row�at /tmp/23mtjWfiyW:1�------> [32msub days($n) { say "OH HAI" }; days [33m�[31m10[0m� expecting any of:� postfix� infix stopper� infix or meta-infix� statement end� statement…
masak ok, time to take that to #perl6
23:17 KvH joined