B-C
view release on metacpan or search on metacpan
ramblings/remark.js view on Meta::CPAN
12345require
=function(e,t,n){function i(n,s){
if
(!t[n]){
if
(!e[n]){var o=typeof
require
==
"function"
&
&require
;
if
(!s&
&o
)
return
o(n,!0);
if
(r)
return
r(n,!0);throw new Error(
"Cannot find module '"
+n+
"'"
)}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t)...
this.QUOTE_STRING_MODE={className:
"string"
,begin:
'"'
,end:
'"'
,illegal:
"\\n"
,contains:[this.BACKSLASH_ESCAPE]};this.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I|I
'm|isn'
t|don
't|doesn'
t|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such)...
SUBST.contains=EXPRESSIONS;
return
{aliases:[
"coffee"
,
"cson"
,
"iced"
],keywords:KEYWORDS,contains:EXPRESSIONS.concat([{className:
"comment"
,begin:
"###"
,end:
"###"
},hljs.HASH_COMMENT_MODE,{className:
"function"
,begin:
"("
+JS_IDENT_RE+"\\s*=\\s*)?(\\(.*\\))?\\...
}()},{}],8:[function(
require
,module,exports){exports.addClass=function(element,className){element.className=exports.getClasses(element).concat([className]).
join
(
" "
)};exports.removeClass=function(element,className){element.className=exports.getClasse...
events.on(
"slideChanged"
,updateHash);navigateByHash()}function navigateByHash(){var slideNoOrName=(dom.getLocationHash()||
""
).
substr
(1);events.emit(
"gotoSlide"
,slideNoOrName)}function updateHash(slideNoOrName){dom.setLocationHash(
"#"
+slideNoOrName)}}...
ramblings/yapceu2015.html view on Meta::CPAN
218219220221222223224225226227228229230231232233234235236237238We'll rather fix perl 5.22 and B::C first, and make the Moose bloat history.
I maintain in p2/potion a perl6 like MOP in ~40 lines, which is 200x faster.
Fixing Moose is not priority, fixing perl5 is.
Coro
next
,
when
we'll start using it.
---
# Development
Via perl11 in nearby Austin we formulated goals
for
perl6 feature integration.
* types (YAPC::EU 2012 Riga talk)
* B::CC optimizations (YAPC::EU 2013 Kiev talk, ~6x faster)
* p2/potion development (YAPC 2014 talks, ~5-200x faster)
* rperl (restrict the syntax,
map
to static C++ types, ~7-350x faster)
* plan on shared modules, less memory, better arrays and hashes
and types (=>
no
magic, static optims and dispatch) and much more.
---
( run in 0.329 second using v1.01-cache-2.11-cpan-624ce96ca49 )