<ryanstout>
adambeynon_: is .is_a? the fastest way to check a class, or if I don't care about actually doing the method call, is there some JS I can write to speed that up. Its one of my major bottle necks right now
mneorr has quit [Remote host closed the connection]
mneorr has joined #opal
Steve445 has quit [Quit: Steve445]
Steve445 has joined #opal
Steve445 has quit [Client Quit]
e_dub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
e_dub has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
ryanstout has quit [Quit: ryanstout]
meh` has quit [Ping timeout: 264 seconds]
ryanstout has joined #opal
mneorr has quit [Remote host closed the connection]
mneorr has joined #opal
mneorr has quit [Remote host closed the connection]
mneorr has joined #opal
e_dub has quit [Ping timeout: 272 seconds]
e_dub has joined #opal
mneorr has quit [Remote host closed the connection]
e_dub has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
edub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
edub has quit [Client Quit]
[o__o] has left #opal [#opal]
[o__o] has joined #opal
e_dub has joined #opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Quit: ryanstout]
dimaursu16 has quit [Ping timeout: 264 seconds]
mneorr has joined #opal
mneorr has quit [Read error: Operation timed out]
elia has joined #opal
elia has quit [Read error: Connection reset by peer]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
dimaursu16 has joined #opal
kludge` has quit [Ping timeout: 244 seconds]
kludge` has joined #opal
ryanstewart has quit [Ping timeout: 264 seconds]
ryanstewart has joined #opal
mneorr has joined #opal
mneorr has quit [Ping timeout: 240 seconds]
meh` has joined #opal
mneorr has joined #opal
mneorr has quit [Ping timeout: 240 seconds]
ryanstewart has quit [Ping timeout: 240 seconds]
ryanstewart has joined #opal
elia has joined #opal
mneorr has joined #opal
mneorr has quit [Ping timeout: 240 seconds]
<elia>
adambeynon_, already tried to run opal on atom?
<adambeynon_>
elia: I did make a start :D going to give it a proper go tonight
<adambeynon_>
Downloaded it yet?
<elia>
adambeynon_, yep, but not enthusiast
<meh`>
what is it?
<elia>
totally lacks the simplicity of textmate bundle
<elia>
atom.io
<elia>
the github made text editor
<elia>
it's a nodejs+chromium native app
<adambeynon_>
It also lacks a proper vim mode :( my finger muscles couldn't last too long with it
<elia>
meh`, not very different from sublimetext, just has js instead of python
<adambeynon_>
It's got huge potential though. I just hope they support it as a full in browser editor, not just a native wrapped app
<adambeynon_>
elia: also, I'm stuck with vim script ATM, so text mates awesome ruby API is already lost on me :(
<meh`>
I see
e_dub has quit [Read error: Connection reset by peer]
gravityblast has joined #opal
mneorr has joined #opal
mneorr has quit [Ping timeout: 264 seconds]
ryanstewart2 has joined #opal
<elia>
adambeynon_, meh`, for the record TM doesn't have a specific ruby api, but in a truly unix way executes scripts reading the shebang line :)
<elia>
so you can add commands written in bash/ruby/python/node/whatever