The details

Speaker
memory
UserName
@m3m0r7
Description about the speaker
I am a CTO at Liiga, Inc. I enjoy implementing VMs with PHP including JVM and RubyVM. I have some book authors. My hobby is reading binary files.
Start...End time (UTC)
2024-05-17 02:30 - 03:00
Language
ja
Description about the talk
Have you ever implemented a virtual machine (VM) of any kind? In the past, I implemented a Java Virtual Machine (JVM) using PHP. My current workplace primarily uses Ruby on Rails, but I am a beginner in both Ruby and Ruby on Rails. To better understand Ruby, I thought I needed some practical experience. Therefore, I decided to implement a RubyVM myself, using my experience of building a JVM with PHP. This project aims to deepen my understanding of Ruby and accelerate my learning process. In this presentation, I will discuss how to implement a RubyVM using PHP and cover the basics of VM implementation.