IRC channel logs

2018-05-08.log

back to list of logs

<davexunit>this is driving me crazy: I'm looking at statprof output for a rather large program and the top 2 time-consuming procedures are anonymous
<davexunit>no source location to view, nothing
***Raimondii is now known as Raimondi
<foojin>I seem to have found another bug. Can someone test it on a new version? It's basically 4 lines at the REPL.
<foojin>Anyways, the commands are as follows: (",module (language tree-il analyze)" "#f" ",reload" "#f"). The last one produces an error, even though it shouldn't.
<chrislck>ACTION wonders how hard it is to convert a CL/Racket module to guile
<rain1>its very hard
<chrislck>no joke?
<chrislck>ACTION loves idea of mustache.github.com which has modules in every language except guile
<rekado_>porting from CL is probably harder than porting from Racket.
<dustyweb>chrislck: I did the reverse recently (one of my own libraries from guile -> racket)... in general, it depends on how much is standard scheme, how much is scheme-implementation extensions
<dsmith-work>Morning Greetings, Guilers
<dustyweb>anyway IME it's feasible, but of course if something is an rnrs that both languages support, that's easier
<dustyweb>but you tend to miss out on nice things that way
<chrislck>dustyweb thank you... <1yr guile so too noob to comprehend nuances between lisps
<amz3`>héllo all
<rain1>hi
<OrangeShark>hello amz3`
***cmhobbs_ is now known as cmhobbs
<civodul>how can live values on the VM stack be zeroed out?
<civodul>that is the question