isene has quit [Remote host closed the connection]
Al2O3 has joined #ruby
graywolf has quit [Quit: WeeChat 3.3]
ur5us_ has joined #ruby
shlomo has quit [Quit: Leaving]
va5c0 has joined #ruby
va5c0 has quit [Quit: WeeChat 3.0]
Rounin has quit [Ping timeout: 240 seconds]
Guest65 has joined #ruby
Intelo has quit [Ping timeout: 256 seconds]
ur5us_ has quit [Ping timeout: 240 seconds]
<Guest65>
=D
Guest65 has quit [Quit: Client closed]
<clemens3>
decompile? a decompiler takes machine code and tries to reproduce the source code
<clemens3>
for assember, it is called a disassembler
<clemens3>
by definition, it is the easiest
<clemens3>
java has class/byte codes..
<clemens3>
for interpreted languages, decompiler is by definition not the real think
<clemens3>
thing
<clemens3>
ah, the guy is not here anymore..
swaggboi has quit [Quit: C-x C-c]
random-jellyfish has joined #ruby
swaggboi has joined #ruby
Guest171 has joined #ruby
Guest171 has quit [Quit: Client closed]
fef has joined #ruby
_ht has joined #ruby
gigamo has quit [Quit: WeeChat 3.2]
<nakilon>
the 3rd time I successfully apply truffleruby -- previously it was shortest graph path search and esolang interpreter, now it's analyzing the chess opening moves
ua_ has quit [Ping timeout: 256 seconds]
ua_ has joined #ruby
gigamo has joined #ruby
lim has joined #ruby
lim has quit [Quit: WeeChat 3.2.1]
Rounin has joined #ruby
random-jellyfish has quit [Ping timeout: 256 seconds]
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
jhass has quit [Ping timeout: 240 seconds]
hololeap has quit [Remote host closed the connection]
hololeap has joined #ruby
BSaboia has joined #ruby
fef has quit [Remote host closed the connection]
fef has joined #ruby
BSaboia has quit [Quit: This computer has gone to sleep]
BSaboia has joined #ruby
BSaboia has quit [Quit: This computer has gone to sleep]
fef has quit [Quit: Leaving]
puts has joined #ruby
puts has quit [Client Quit]
jhass has joined #ruby
lim has joined #ruby
unyu has quit [Quit: WeeChat 3.3]
unyu has joined #ruby
leah2 has quit [Remote host closed the connection]
leah2 has joined #ruby
<havenwood>
nakilon: nice
<havenwood>
Intelo: Your assumptions don't hold up in this case. Decompiling machine code produced from assembly is about the easiest, not the hardest. The machine code maps to the assembly code almost 1:1, so it's the simplest of translation layers.
<havenwood>
Interpreted languages like Ruby, Java, and JavaScript don't compile so they literally can't be decompiled. They're interpreted at runtime.
<havenwood>
I think Elixir is lovely.
donofrio__ has quit [Quit: Leaving]
donofrio__ has joined #ruby
donofrio__ has quit [Remote host closed the connection]