Ruby Webbrowser

K

Kai Dölger

Hey Guys,

I am new to Ruby and wanted to create a little project for learning
Ruby, but it turned out that it would be a lot more work, then I
considered.
My I idea was writing a Ruby Web Browser.

So now I search for programmers interested in this Idea.

Why should we do this: I think everyone uses webbrowsers so we can
achieve an increase of Ruby's popularity.

What is the Problem: We need a good HTML-Render-Engine => LOT of work to
do!
Solution: Teamwork! If there is a big the team the single person has
less work to do then in a small development group.

What we need:
-People who help me with the Design of the Programm
-Programmers familiar with GUI-Programming
-Persons familiar with Webbrowsers an how they work

But I think If the first step is done there will be something like a
layout for the single Renderer Classes so everyone knowing ruby can
contribute somthing to the project!

Hope you will like the Idea. Greets from Germany, Kai
 
A

andrew mcelroy

Hey Guys,

I am new to Ruby and wanted to create a little project for learning
Ruby, but it turned out that it would be a lot more work, then I
considered.
My I idea was writing a Ruby Web Browser.

Please no. There are too many browsers to target already.
If you do, please use an existing engine. Please.
So now I search for programmers interested in this Idea.

Why should we do this: I think everyone uses webbrowsers so we can
achieve an increase of Ruby's popularity.

What is the Problem: We need a good HTML-Render-Engine =3D> LOT of work t= o
do!
Solution: Teamwork! If there is a big the team the single person has
less work to do then in a small development group.

The security issues you will open are astounding.
Try something less complex first like a small kernel.
If you want to write ruby bindings to webkit, then by all means, have fun.


What we need:
-People who help me with the Design of the Programm
-Programmers familiar with GUI-Programming
-Persons familiar with Webbrowsers an how they work
You'll need way more than this. lol.

http://www.w3.org/TR/

have fun reading the several specs you'd need to implement.

You would be doing the world much more good if you were to focus your atten=
tion
towards improving the performance of nokogiri or writing a better GC for Ru=
by.


Andrew McElroy
TryRuby.org
 
G

Guten

A web browser developed by Ruby is great.
we can extend it by ruby, write configuration file by ruby. write add-ons b=
y
ruby.

and we should use some existing projects.
webkit ruby binding or gecko ruby binding
javascript engine ruby binding
 
D

David Masover

A web browser developed by Ruby is great.
we can extend it by ruby, write configuration file by ruby. write add-ons
by ruby.

and we should use some existing projects.
webkit ruby binding or gecko ruby binding
javascript engine ruby binding

How would this be significantly better than the options we have?

Chrome can be extended in JavaScript, configuration files are in JSON, and
add-ons are JavaScript. I can understand liking Ruby better, but I don't like
it better enough to write a whole browser just to avoid JavaScript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top