IRC channel logs

2015-11-22.log

back to list of logs

***rlb` is now known as rlb
***jp_ is now known as mongoose
<mongoose>Hi all. Can someone please tell me the guile procedure to get the realtime and cputime to run a procedure? Something along the lines of (time (+ 1 2)). Thanks!
<mongoose>I looked at the "Time" chapter in the reference manual, but didn't see anything to address the question I have.
<koz_>mongoose: Try statprof?
<koz_>It might have something similar to what you seek.
<mongoose>koz_: where can i find statprof?
<koz_>It's in the manual, page 714 or so.
<mongoose>koz_: ok, thank you!
<koz_>mongoose: No worries - hope it helps.
<paroneayea>o/
***__ransom__ is now known as ransom_
***ozzloy_ is now known as ozzloy
<koz_>I am *really* confused by the ass*-set! procedures.
<koz_>Are they in-place mutators or do they work by return values, but are destructive?
<koz_>Since they seem to exhibit both behaviours in my experience at different times.
***sbp_ is now known as sbp
***wleslie_ is now known as wleslie
<turbopape>How is the 2.1.1 doing so far ? any thoughts about the path to 2.2.X stable ?
<paroneayea>hello #guile!
<paroneayea>wow
<paroneayea>I defined a custom record
<paroneayea>and (equal?) was able to validate that two of my records were equal
<paroneayea>I didn't know equal? was set up to do that
<sirgazil>Hi :)
<sirgazil>I don't understand how to use XPath predicates in SXPATH. For example, I don't know how to express the bracketed part in: a[@href='help.php']
<sirgazil>ACTION goes search the mailing list for examples
<mcafee>just a message for nalaginrut: hi, I really like your Artanis web-framework, It's really tasteful and nice. Saying that, I would like to give you a suggestion about dealing with web forms. There is a nice functional abstraction for web forms - formlets. For example, in racket there is support for formlets: http://docs.racket-lang.org/web-server/formlets.html
<mcafee>Theoretical aspects of formlets are described here: http://groups.inf.ed.ac.uk/links/papers/formlets-essence.pdf
<mcafee>It would be really nice if your Artanis web framework in its further releases would have formlets included!
<artyom-poptsov>mcafee: Hi. It seems that nalaginrut isn't here right now, but I suggest you to ask our IRC bot -- sneek -- to pass your message to him when he be back.
<artyom-poptsov>mcafee: Just use "sneek: later tell nalaginrut <your-message>"
<mcafee>sneek: later tell nalaginrut nala, hi, I really like your Artanis web-framework, It's really tasteful and nice. Saying that, I would like to give you a suggestion about dealing with web forms. There is a nice functional abstraction for web forms - formlets. For example, in racket there is support for formlets: http://docs.racket-lang.org/web-server/formlets.html
<sneek>Okay.
<mcafee>sneek: later tell nalaginrut Theoretical aspects of formlets are described here: http://groups.inf.ed.ac.uk/links/papers/formlets-essence.pdf
<sneek>Will do.
<mcafee>sneek: later tell nalaginrut It would be really nice if your Artanis web framework in its further releases would have formlets included!
<sneek>Okay.
<mcafee>artyom-poptsov: thanks, I just sent the message to nalaginrut
<artyom-poptsov>mcafee: You're welcome.
<artyom-poptsov>sneek: botsnack
<sneek>:)
<paroneayea>annnnnd finally put the code for that 8sync thing I've been talking about online and visible :) https://notabug.org/cwebber/8sync
<mthl>paroneayea: Great! this has nothing to do with the code but I think you can remove 'install-sh' from the repository since it is generated by Automake
<paroneayea>mthl: ah, thanks... I tried doing that and it didn't work for some reason, but I didn't know why...
<paroneayea>mthl: I think you're right though
<paroneayea>trying again[
<mthl>:)
<paroneayea>mthl: fix pushed!
<amz3>paroneayea: why don't you time= as (define time= equal?)
<amz3>paroneayea: why don't you define time= as (define time= equal?)
<paroneayea>amz3: it could probably use equal?, yeah
<amz3>I think time-from-float-or-fraction is seconds->time from srfi-18
<paroneayea>amz3: hm ok, I'll look at that
<paroneayea>amz3: looks like you're right!
***micro`_ is now known as micro`
<Parenthesis>The new homepage rocks :D
<Parenthesis>But the reference manual can use some css
<davexunit>yeah that's a whole separate project
<Parenthesis>But consistency and user experience sells :P
<Parenthesis>it will do nothing but benefit the growth of guile