I gave a talk at the Montreal.rb meetup group on 2022-07-07 titled:
"How I Built My Code Editor in Ruby".
Here is the talk's video:
And, here are the presentation slides:
Related links:- Talk Description: https://andymaleh.blogspot.com/2022/06/montrealrb-talk-how-i-built-my-code.html
- YouTube Video: https://youtu.be/PdH1GtEMJi8
- Presentation Slides: https://www.slideshare.net/AndyMaleh/how-i-built-my-code-editor-in-ruby
- Gladiator (Code Editor): https://github.com/AndyObtiva/glimmer-cs-gladiator
- Glimmer DSL for SWT: https://github.com/AndyObtiva/glimmer-dsl-swt
- Glimmer Process: https://github.com/AndyObtiva/glimmer/blob/master/PROCESS.md
- Speaker GitHub: https://github.com/AndyObtiva
- Speaker Twitter: https://twitter.com/AndyObtiva
Happy learning!
p.s. During the Gladiator demo, the Ruby script that I failed to run in the Scratchpad turned out not to be a bug... Upon watching the video, I noticed that I made a small mistake in writing the script, and the error message I got as a result was a valid error message that would have helped me correct my mistake if I had read it instead of skipping it during the presentation. In any case, I was able to run a Ruby script a little later in the other project I opened: Hello, Code Text!
No comments:
Post a Comment