Re: [dev] What is bad with Python

2014-03-12 Thread FRIGN
On Wed, 12 Mar 2014 21:49:54 +0100 q...@c9x.me wrote: > Maybe surprisingly, then: > > ~% cat > t.ml > let () = print_string "hello world\n" > ~% ocamlopt -o t t.ml > ~% strip t > ~% ls -lh t > -rwxr-xr-x 1 users 124K Mar 12 16:48 t > ~% ldd t > linux-vdso.so.1 (0x7fffbed7) >

Re: [dev] What is bad with Python

2014-03-12 Thread q
Hi all, On Wed, Mar 05, 2014 at 02:49:07PM +0100, Troels Henriksen wrote: > FRIGN writes: > > > Yes, that's a point. Go implements GC and other stuff in the binary, > > which blows its size up a lot. > > (I do not use Go myself, but in the Haskell world we have a similar > issue - my current pr