IRC channel logs

2015-01-01.log

back to list of logs

***petercom1and is now known as petercommand
<nalaginrut>hmm...I've posted announce of Artanis to slashdot, but seems it's not published, dunno if I missed something
*nalaginrut is not familiar with their mechanism...
<nalaginrut>oops, seems declined by slashdot, terrible
<brbblnch>Hi, what languages are supported by guile as of now ? What are you planning on implementing?
<nalaginrut>brbblnch: elisp, ecmascript, brainfuck...
<nalaginrut>and lua/python is underway
<nalaginrut>s/underway/on the way
<brbblnch>ecmascript ~= js right ?
<brbblnch>So the machine is sufficiently generic to also support python and lua… What performances are you expecting ?
<nalaginrut>brbblnch: I can't say it's sufficient now, but can be improving anyway
<nalaginrut>brbblnch: the code in master branch(2.2) will be a big change for performance, and it is planed to write AOT compiler after 2.2 is done
<nalaginrut>then Guile will generate native code, which could improve the performance largely
<brbblnch>Doesn't guile already compile ahead of time ?
<nalaginrut>brbblnch: not yet, it's ELF wrapped bytecode
<nalaginrut>but this is a preparation for AOT of course
<brbblnch><nalaginrut: ok, thanks for the explanations!
<nalaginrut>brbblnch: np ;-)
<davexunit>nalaginrut: slashdot requires a certain number of upvotes on articles before they appear anywhere public
<davexunit>feel free to drop such links here
<davexunit>submitting to news.ycombinator.com is another good choice
<nalaginrut>davexunit: alright, I saw they don't welcome any press, although you can submit
<nalaginrut>davexunit: I posted on hacknews, it's fine now
<davexunit>link to that? I will upvote
<nalaginrut> http://slashdot.org/firehose.pl?op=view&id=68701169
<nalaginrut>davexunit: it's different from the Chinese version slashdot named solidot, which doesn't need vote ;-)
<nalaginrut>davexunit: thanks in advanced ;-P
<nalaginrut>hacker news is simpler https://news.ycombinator.com/item?id=8822536
<davexunit>nalaginrut: I was asking about the hacker news one
<davexunit>oh good
***karswell` is now known as karswell
<nalaginrut>how to get rid of "-dirty" from git-version-gen?
<ijp>get rid of any changes you have in your git version of guile
<ijp>it'll say dirty even if they aren't committed
<nalaginrut>I'm generate version for my project with git-version-gen
<nalaginrut>sounds like if I commit it'll be no more dirty?
<ijp>either commit, or get rid of the changes, or gitignore the files that have changed
<nalaginrut>ok thanks!
<zacts>hello
<stis>heya guilers!