Preprint of our @ICOOOLPS paper “#GraalSqueak: A Fast Smalltalk Bytecode Interpreter Written in an AST Interpreter Framework” is now available at fniephaus.com/2018/icooolps1…. #Truffle #RPython @SqueakSmalltalk

fniephaus's tweet image. Preprint of our @ICOOOLPS paper “#GraalSqueak: A Fast Smalltalk Bytecode Interpreter Written in an AST Interpreter Framework” is now available at fniephaus.com/2018/icooolps1…. #Truffle #RPython @SqueakSmalltalk

"Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks" by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld. To be presented at @MoreVMs'19 / #prog19. Preprint: fniephaus.com/2019/morevms19… #RPython @pypyproject #Truffle @graalvm

fniephaus's tweet image. "Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks" by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld.

To be presented at @MoreVMs'19 / #prog19.

Preprint: fniephaus.com/2019/morevms19…

#RPython @pypyproject #Truffle @graalvm

Reminder for #Pycon2017 attendees, check out Dustin's talk about creating your own language with #RPLY and #RPython j.mp/2q0dtc3


New blog post: Which Interpreters are Faster, AST or Bytecode? It gives a high-level overview over our OOPLSA paper, which investigates interpreters on top of metacompilation systems. Will be presented next week at @splashcon. stefan-marr.de/2023/10/ast-vs… #graalvm #truffle #rpython


Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka bit.ly/2J333n1

DeepSingularity's tweet image. Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka 
bit.ly/2J333n1
DeepSingularity's tweet image. Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka 
bit.ly/2J333n1

#RoPython Timisoara final presentation: Claudiu Popa from @cloudbaseit talking about #PyPy & #RPython

DianaMacau's tweet image. #RoPython Timisoara final presentation: Claudiu Popa from @cloudbaseit talking about #PyPy & #RPython

Up-to-date performance numbers of SOM implementations, including interpreters, and SOM++ OMR. #som #Truffle #RPython #OMR #SOMns

SOM_VMs's tweet image. Up-to-date performance numbers of SOM implementations, including interpreters, and SOM++ OMR. #som #Truffle #RPython #OMR #SOMns

#pycon2016 @juokaz delivering a remarkably clear presentation about learning to write jitted interpreters with #RPython


The mal RPython impl is the slowest to compile (by far) ... but fastest at runtime of all 36 (small set of microbenchmarks). #lisp #rpython


Apparently, @Dropbox is working on an #RPython-like tool called mypyc which compiles type-annotated #Python code to C: mail.python.org/pipermail/pyth…


A 10 Year Journey, Stop 3: Performance, Performance, and Metaprogramming stefan-marr.de/2017/05/a-10-y… #truffle #rpython #mop #TruffleSOM


How to Build a High-Performance VM for Squeak/Smalltalk in Your Spare Time - Felgentreff, et al. buff.ly/2G8CJWF The method of construction makes it easy for developers with no prior exposure to VM development to construct a nearly professional grade runtime #rpython


#RPython #error of the day: “don't know how to convert from <FixedSizeListRepr * GcArray of Void> to <FixedSizeListRepr * GcArray of Void>”


#RPython, what are you mumbling? def std_print(msg): print(msg, end="") flowcontext.SpamBlock? simple_call((builtin_fun print), msg_0)??


Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47 #python #pcep #pythoncoders

WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders
WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders

I wish where was low-level #python. Of course #rpython, but I need something more like #c. Without #GC and std libs would fine.


Preparing for my @fosdem talk on building languages with #Truffle and #RPython, they published an interview on it: fosdem.org/2015/interview…


Besides docs, I contributed to ROAST (Raku Test Suite) and NQP (Not Quite Perl, like #RPython for pypy). I made mistakes like github.com/Raku/nqp/pull/… that were reverted later. #Raku has a low bar with active maintainers overseeing. Reviews are essential, learned :) (1-11/n)


Join us in this adventurous academic journey✈️.. and mark your footprint in urban sector... 🏗🏭🏬 #citylabs #RPython #GIS

SPPG is glad to announce the commencement of the 2024 admission process for its Cities and Governance programme. Apply Now: shorturl.at/aHO12 Application Video Tutorial: rb.gy/kmblu0 Queries: [email protected] WhatsApp group: shorturl.at/abeA7

PolicyTiss's tweet image. SPPG is glad to announce the commencement of the 2024 admission process for its Cities and Governance programme.
Apply Now: shorturl.at/aHO12
Application Video Tutorial: rb.gy/kmblu0
Queries: cg.secretariat@tiss.edu
WhatsApp group: shorturl.at/abeA7


New blog post: Which Interpreters are Faster, AST or Bytecode? It gives a high-level overview over our OOPLSA paper, which investigates interpreters on top of metacompilation systems. Will be presented next week at @splashcon. stefan-marr.de/2023/10/ast-vs… #graalvm #truffle #rpython


Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47 #python #pcep #pythoncoders

WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders
WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders

"Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks" by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld. To be presented at @MoreVMs'19 / #prog19. Preprint: fniephaus.com/2019/morevms19… #RPython @pypyproject #Truffle @graalvm

fniephaus's tweet image. &quot;Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks&quot; by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld.

To be presented at @MoreVMs&apos;19 / #prog19.

Preprint: fniephaus.com/2019/morevms19…

#RPython @pypyproject #Truffle @graalvm

Preprint of our @ICOOOLPS paper “#GraalSqueak: A Fast Smalltalk Bytecode Interpreter Written in an AST Interpreter Framework” is now available at fniephaus.com/2018/icooolps1…. #Truffle #RPython @SqueakSmalltalk

fniephaus's tweet image. Preprint of our @ICOOOLPS paper “#GraalSqueak: A Fast Smalltalk Bytecode Interpreter Written in an AST Interpreter Framework” is now available at fniephaus.com/2018/icooolps1…. #Truffle #RPython @SqueakSmalltalk

"Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks" by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld. To be presented at @MoreVMs'19 / #prog19. Preprint: fniephaus.com/2019/morevms19… #RPython @pypyproject #Truffle @graalvm

fniephaus's tweet image. &quot;Efficient Implementation of #Smalltalk Activation Records in Language Implementation Frameworks&quot; by @fniephaus, @timfelgentreff, @krono, R. Hirschfeld.

To be presented at @MoreVMs&apos;19 / #prog19.

Preprint: fniephaus.com/2019/morevms19…

#RPython @pypyproject #Truffle @graalvm

#RoPython Timisoara final presentation: Claudiu Popa from @cloudbaseit talking about #PyPy & #RPython

DianaMacau's tweet image. #RoPython Timisoara final presentation: Claudiu Popa from @cloudbaseit talking about #PyPy &amp;amp; #RPython

Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka bit.ly/2J333n1

DeepSingularity's tweet image. Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka 
bit.ly/2J333n1
DeepSingularity's tweet image. Running Python from R (Use the package #Reticulate, alternatively you can run with package #rPython). #BigData #DataScience #Python #RStats #RLang HT @gp_pulipaka 
bit.ly/2J333n1

#RPython, #PythonSyntax Is it nearly time to dump Windows for Chrome OS? - IT PRO ..error

alexanderfai_96's tweet image. #RPython, #PythonSyntax Is it nearly time to dump Windows for Chrome OS? - IT PRO ..error

Reminder for #Pycon2017 attendees, check out Dustin's talk about creating your own language with #RPLY and #RPython j.mp/2q0dtc3


#RPython, #PythonCsv Obesity index: Measuring the fatness of probability distribution tails ..error

johncox_89's tweet image. #RPython, #PythonCsv Obesity index: Measuring the fatness of probability distribution tails ..error

Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47 #python #pcep #pythoncoders

WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders
WallyOwi30's tweet image. Learning about #PyPy and #RPython and they said the PyPy logo is a #rebus. Pretty neat, got them all except 1,47
#python #pcep #pythoncoders

Up-to-date performance numbers of SOM implementations, including interpreters, and SOM++ OMR. #som #Truffle #RPython #OMR #SOMns

SOM_VMs's tweet image. Up-to-date performance numbers of SOM implementations, including interpreters, and SOM++ OMR. #som #Truffle #RPython #OMR #SOMns

#Python, #RPython Microsoft launches AI and entry-level software development courses goo.gl/cZLpq1

dickdonahue_97's tweet image. #Python, #RPython Microsoft launches AI and entry-level software development courses goo.gl/cZLpq1

#RPython, #PythonStrings 資策會「Python與OpenCV實作電腦視覺」(高雄4/21) goo.gl/2Hg1JV

anthonymarsh_81's tweet image. #RPython, #PythonStrings 資策會「Python與OpenCV實作電腦視覺」(高雄4/21) goo.gl/2Hg1JV

#RPython, #PythonCrashCourse 107 free online courses from the best colleges in the US — including Princeton, Harvard, and Yale goo.gl/D6xFZJ

ronaldcain_98's tweet image. #RPython, #PythonCrashCourse 107 free online courses from the best colleges in the US — including Princeton, Harvard, and Yale goo.gl/D6xFZJ

Loading...

Something went wrong.


Something went wrong.


United States Trends