<sphex>
If anyone wants to check it out and try it on their test suites, please let me know of the result. I'd be interested to see how well it works.
<sphex>
(It probably will not though...)
jasfloss has quit [Ping timeout: 248 seconds]
gemmaro_ has quit [Ping timeout: 245 seconds]
<weaksauce>
sphex i was thinking how much code could it be and then opened up the lib folder... damn
gemmaro has joined #ruby
jasfloss has joined #ruby
<sphex>
weaksauce: hehe yeah... I've been working on it for about a year I think.
<sphex>
Supporting the RSpec API (even just partially) in particular was a lot of work.
<sphex>
I kept adding to it long after it was able to run my test suites correctly. Now it supports a lot of stuff I don't even use.
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 252 seconds]
pages has quit [Remote host closed the connection]
pages has joined #ruby
nil78 has quit [Read error: Connection reset by peer]
nil78 has joined #ruby
nil78_ has joined #ruby
nil78 has quit [Ping timeout: 252 seconds]
zokia has joined #ruby
wbooze has joined #ruby
msv has quit [Remote host closed the connection]
_whitelogger has joined #ruby
Manouchehri has joined #ruby
msv has joined #ruby
wbooze has joined #ruby
swee has quit [Quit: Swee the gentlegoob will be back soon (updates probably)]
swee has joined #ruby
nil78_ has quit [Read error: Connection reset by peer]
nil78 has joined #ruby
crespire has joined #ruby
zokia has quit [Remote host closed the connection]
pages has quit [Remote host closed the connection]
pages has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
wbooze has quit [Quit: Leaving]
wbooze has joined #ruby
crespire has quit [Remote host closed the connection]
Inline has joined #ruby
crespire has joined #ruby
Linux_Kerio has joined #ruby
jmjl- has quit [Remote host closed the connection]
jmjl has joined #ruby
grenierm has joined #ruby
Inline has quit [Quit: Leaving]
<testone>
o0x1eef: I'm open to any suggestion
<testone>
it's true I'm 'placed' back in the past on ruby usage, therefore suggest me what should be used nowadays for a GUI program (with the incumbent option of the webapp)
hwpplayer1 has joined #ruby
<testone>
(I can easily imagine myself in a near future switching to webapp development in order to have the program working in android&ios phones; but only if the serial device can be easily rebuilt in some new form usable by tablets/phones :D)
<o0x1eef>
If you want to use Ruby, then I'd suggest web technologies. If you want to build a desktop application and run on as many platforms as possible with the same codebase, probably node-webkit or electron are a good fit. I'm not that recent on those choices. Beyond that I think you get into platform-specific languages and toolkits. Even with C++ and Qt you'd have to worry about platform-specific issues