<Kilo`byte> can i somehow dynamically generate some html in browser without having to fiddle with dom
<Kilo`byte> and without need for a huge lib
<Kilo`byte> meh`: ^
<meh`> use raw js
<meh`> inline
<meh`> otherwise, no
<Kilo`byte> aww
<Kilo`byte> may do a small lib for it
<meh`> what's wrong with opal-browser?
<Kilo`byte> umm
<Kilo`byte> i actually didn't check that out :P
<Kilo`byte> actually not bad
<Kilo`byte> the dynamic generation part isn't exactly what i want though
<Kilo`byte> but it comes close
<meh`> you can pass a string if you don't want to use the DSL
<Kilo`byte> nah, have something else in mind
<Kilo`byte> a builder basicly
<Kilo`byte> meh`: is opal-browser avaliable as gem?
<meh`> Kilo`byte, not yet, it will be by november
<Kilo`byte> ah, :(
<meh`> I still have to document a huge portion of it
<meh`> all of us just use bundler
<Kilo`byte> in fact
<Kilo`byte> on second look your system is similar to mine
<Kilo`byte> but it lacks one thing i want
<meh`> which is?
<Kilo`byte> easy way to do stuff like this haml code does:
<Kilo`byte> - @stuff.each do |el|
<Kilo`byte> = el
<Kilo`byte> err, indent fail
<Kilo`byte> but you get the point
<meh`> you can do it with the DSL
<Kilo`byte> yes, just not inline :(
<Kilo`byte> its not that i don't like your system
<Kilo`byte> in fact i will prob build mine as layer on yours
<meh`> DOM { |b| @stuff.each { |el| b.whatever } }
meh` has quit [Ping timeout: 272 seconds]
kludge` has quit [Ping timeout: 252 seconds]
kludge` has joined #opal
deepender has joined #opal
<deepender> hey anyone here
<deepender> I want to contribute to opal
<deepender> Can anyone suggest how to get started
DouweM has joined #opal
meh` has joined #opal
elia has joined #opal
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/elia/opal/builds/12482728
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] elia/opal#24 (fix-defined - c66e2ac : Elia Schito): The build is still failing.
<DouweM> elia: https://github.com/opal/opal/blob/master/lib/opal/parser.rb#L648 is missing single quotes ;)
<meh`> mh
<meh`> I think struct is still broken
elia_ has joined #opal
<meh`> yep
<elia_> DouweM: thanks,too much quores and parenthesis I suppose
elia_ has quit [Remote host closed the connection]
deepender has quit [Read error: Connection reset by peer]
<elia> *quotes
<elia> DouweM, where exactly?
<DouweM> elia: 'local-variable'
<DouweM> try `x = 3; defined?(x)`
<DouweM> elia: the result should be the string 'local-variable', not 'local-variable' injected into the code verbatim
travis-ci has joined #opal
<travis-ci> [travis-ci] elia/opal#25 (fix-defined - d14efa8 : Elia Schito): The build is still failing.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/elia/opal/builds/12483318
<meh`> snabbidi snab
<meh`> we don't have class cloning yet
<DouweM> I'm reading through parser.rb and grammer.y now, but I'm not quite sure what colon3 is. Quick explanation?
<meh`> DouweM, I think not even adam is sure about what is going on there anymore
<DouweM> haha
elia has quit [Quit: Computer has gone to sleep.]
[spoiler] has joined #opal
elia has joined #opal
elia has quit [Client Quit]
elia has joined #opal
<elia> DouweM, I think colon3 is top level double colon: ::Object
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
[spoiler] has quit [Quit: Leaving]
elia has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #opal
<travis-ci> [travis-ci] elia/opal#26 (fix-defined - 1f5a670 : Elia Schito): The build is still failing.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/elia/opal/builds/12487019
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Client Quit]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Client Quit]
elia has joined #opal
elia has quit [Client Quit]
DrShoggoth has joined #opal
meh` has quit [Ping timeout: 272 seconds]
elia has joined #opal
travis-ci has joined #opal
<travis-ci> [travis-ci] elia/opal#27 (fix-defined - 535b2d2 : Elia Schito): The build is still failing.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/elia/opal/builds/12499621
travis-ci has left #opal [#opal]
meh` has joined #opal