6macros: discussing the finer points of Perl 6 macros, Qtrees, and how to stay sane | irclog: irclog.perlgeek.de/6macros/today
Set by moderator on 28 July 2015.
06:14 FROGGS joined 06:31 Ven joined 08:26 Ven joined 09:14 Ven joined 09:56 Ven joined 10:38 FROGGS joined 11:40 Ven joined 12:40 Ven joined 14:00 FROGGS joined 14:11 FROGGS_ joined 15:20 Ven joined
vendethiel Scala terrifies me. 19:41
I'm sometimes afraid Perl6 will attain this kind of complexity
bug: issues.scala-lang.org/browse/SI-9498 bugfix: github.com/scala/scala/pull/4774/files
masak looks
vendethiel not sure which one is the most terrifying one...
it's also a problem because scala mutates some stuff for performance reason... never ends up well 19:42
s/scala/scalac/
FROGGS wow, a lot of caches 19:56
probably followed by a lot of headache
vendethiel yeah... 20:00
cache invalidation, yada yada yada...
fun fact: ruby used a global method cache up to... 2.2 I think? maybe 2.1
but that meant, everytime you added a method "somewhere", the GLOBAL cache had to be regenerated
(I'm talking about MRI here, JRuby has had "per-class" caches for a long time) 20:01
masak wow 20:27