Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x-times mruby #71

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions x-times-mruby/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# x-times mruby

The source code of mruby was just released a month ago. Despite the fact
that there is still a long way to got for this new implementation, it
already proofs to be useful by being slim and still powerful.

I want to introduce a new approach of customizing a Ruby Interpreter for
a specific task. Having such a strip-down Ruby implementation could make
it feasible to approach i.e. parallelism in an Erlang way. Or open even
more areas to Ruby.

Let's see how many mruby's we can code.

*Content*
- implementation basics (how does it work and how to modify)
- footprint and limitation
- use-cases

*Meta*
- Preferred presentation day: no preference
- Presentation language: English

## Daniel Bovensiepen
## 大波

## Siemens

Daniel Bovensiepen is currently living in China where he is building
signaling systems for metros (subways) all over the world. Everyone
is telling him that he can not use Ruby in these environments but he
still insist on proving them wrong by showing how to integrate
non-safe technologies like Ruby into safety-critical environments without
risks.

Since the release of mruby he made several contributions like an
embeddable version of the irb and a new test system for the mruby
implementation which can easily run directly on embedded devices.

With the rising of mruby his dream of making embedded programming
as easy as web programming might come true in the long-run.

- [My github](https://github.com/bovi)
- [My twitter](https://twitter.com/#!/bovensiepen)
- [Organizer of Germany.rb (Videos in german language)](http://vimeo.com/bovi)
- [Hello World From The Other Side Of Earth (RubyKaigi 2009)](http://www.slideshare.net/bovi/hello-world-from-the-other-side-of-earth)
- [World Wide Ruby Conferences - EuRuKo (RubyKaigi 2010)](http://www.slideshare.net/bovi/wwrc-eu-ruko)
- [Metros using Ruby (RubyWorld Conference 2010)](http://www.slideshare.net/bovi/metros-using-ruby)