Filter
Exclude
Time range
-
Near
トーク、時間めちゃくちゃ余ったらRubyで書くMoarVM披露しようとしたけど微妙な時間だったのでやめました
2
286
Replying to @Love2Code
Not a paper alas, but 6guts.wordpress.com/2017/08/… and 6guts.wordpress.com/2017/09/… are a write-up of where I ended up in MoarVM (various details changed since but the overall approach is about the same today; the speculated idea at the end of the second post has since been implemented).
4
465
Very sad news. It was Chris who did most to encourage me to talk about MoarVM at VMIL last year; he was generous with his time, and full of advice and reassurance as I prepared to present MoarVM for the first time in a more academic setting.
I'm heartbroken to share this news about our dear friend and colleague, @ChrisGSeaton.
1
14
At which point maybe that's a working MoarVM build already. No JIT, but at least the other parts of specialization would work still. Then need to work out how it gets at the MoarVM bytecode to run. Some work there.
1
2
In my work on MoarVM, I realized that the runtime doesn't need to understand the details of high-level language types, objects, nor dispatch. Those can be implemented in code running atop of the VM.
1
2
맞네. 이분 말씀처럼 이전에는 Perl 6로 알려졌지만 Raku로 이름이 바뀌었으니 Raku로 이름을 불러야 하겠다. 적어도 Perl 6(현재 Raku)라고 하던가. 덕분에 Rakudo, MoarVM, Parrot, Pugs 같은 것도 찾아보게 되었다. x.com/liztormato/status/1576…

1
Replying to @gellyfish @loltimo
I've put a GH issue on App::MoarVM::HeapAnalyzer for not understanding the snapshot format and one on rakudo for saying the thing that is not true in the --help about the filenames.
2
2 Aug 2022
Replying to @loltimo @gellyfish
in the rakudo-provided module Telemetry you will find a sub named "snap" that lets you make heap snapshots (with :heap) whenever you like, which moarperf or App::MoarVM::HeapAnalyzer or i think also Comma will let you look deeply into. This one has boatloads of info, not too obvs
2
2
#RakuLang I have Rakudo version 2019.11 built on MoarVM version 2019.11 implementing Perl 6.d. Why this line throwing error? say Date.new('2015-11-24').last-date-in-month; No such method 'last-date-in-month' for invocant of type 'Date'

Thank you for your response. MoarVM looks very interesting.
1
Fixed MoarVM and Perl6 (Rakudo) for #PowerPC, finally built libtapi and llvm-7.1 emutls polly. #macports #snowleopard #ppc
1
#MoarVM is pretty interesting - #rakulang is doing some cool stuff with it.
2
2
wasm MoarVM 8086tiny literally any TIL has a VM of sorts Parrot CLR There's a brainfuck interpreter out there and BF has been made a target language for a few compilers on a lark...
3
Replying to @luidefun
Rakudo, NQP, and MoarVM are released under the Artistic License. They are a work of many people, not just me. There is no mechanism by which any entity located in Russia could be forbidden to use them.
1
1
I had a couple of slides about it in my VMIL talk reflecting on a decade of MoarVM; see slides 39/40 in jnthn.net/papers/2021-vmil-m… if actually curious. :-)

2
10
The latest release of #rakulang IDE Comma Complete can read MoarVM heap snapshots (only snapshot format version 3, which requires a MoarVM built with libzstd), provide some graphs of change over time, and has a snapshot browser. More to come in this area in future releases.
2
9
Thanks to @VMIL2021 for inviting me to give a keynote about my work on MoarVM yesterday. The VMIL videos are at youtube.com/playlist?list=PL… and my slides can be found at jnthn.net/papers/2021-vmil-m…. #rakulang
1
7
23
.@jnthnwrthngtn started @VMIL2021 with an exciting keynote on MoarVM, a runtime for the Raku programming language!
6
18
A key point is that the 'raku' compiler itself is a "compiled" #rakulang program, whether MoarVM. JVM or JS, and the 'raku' executable simply arranges for that compiled code to be run on the appropriate backend,
3
#rakulang is always compiled to whatever backend is being targeted (MoarVM, JVM, JS) prior to the results of that compilation being executed on that backend. In the case of a "script" the result of the compilation is discarded after the execution completes, but libraries remain.
2
2