<srandon111>mwette, are we reading the same manual? whre is the "help" thing written? <mwette>srandon111: didn't see "help" mentioned. Are you looking for a search database for guile help? Not sure about that. <srandon111>mwette, damn.. guys we have to improve the doc system <mwette>It would be nice to have examples, yes. That's the first place people usually go. Maybe the best way to start would be with an FAQ. <malaclyps>srandon111, i'm up for helping if you want to plot together! <str1ngs>or maybe more like emacs, where it has a reference manual. and and Emasp lisp intro <srandon111>actually i was working on a small tutorial/course about scheme programming techniques <malaclyps>i mean "different documentation" -- it's good documentation, it's just some people ahve different tastes <srandon111>malaclyps, guile actually other than the main reference lacks resources like tutorials/books/ and so on <srandon111>i wanted to cover, function design, data structure design, recursive function for iteration processes, recursive function for recursion processes, trees, means of abstraction and so on <malaclyps>srandon111, happy to be a reader/editor for you <srandon111>thanks malaclyps let's keep in touch now here is 2.28 AM, do i find you on this channel? <malaclyps>i was also thinking that a "Modern Guile" guide might be good, based on the standards that Guix is sort of developing <malaclyps>srandon111, I'm often here, i'll msg you my email too ***wxie1 is now known as wxie
***wxie1 is now known as wxie
***wxie1 is now known as wxie
***rekado_ is now known as rekado
*guix-vits Hi there (i'm "afk") ***dsmith is now known as dsmith-work
<mwette>Same to you. Have a good day. I'm off to work, in the dining room. <jcowan>anadon: So it is the seventh revision of the original Report on Scheme, which can retrospectively be called R0RS. <jcowan>The name in turn tracks the Report and the Revised Report on the Algorithmic Language Algol 60, which contributed many features to Scheme (but not its syntax) <jcowan>Unfortunately, the third and last Algol 60 report was not the Revised Revised Report but the Modified Report. But I still like to call it R2RA60. <anadon>You see, I was born in 1991. I missed all this. <alextee[m]>i want to find all files under a directory (no subdirs) ending in a suffix <jcowan>anadon: Those who do not learn from history are doomed to make a balls of their current projects. ***efraim_ is now known as efraim
***nikita`_ is now known as nikita`
<anadon>jcowan: Thus all this time and effort to try and make my paper right. ***dftxbs3e_ is now known as dftxbs3e
<dsmith-work>I've been working on updating buildroot for guile 3.0. The jit was making bad code. <dsmith-work>Then I found that the jit only creates thumb code, and that Debian builds everything as thumb. <dsmith-work>Explains why it (well, 3.0.0) is working on my beaglebone. <dsmith-work>So Iv'e configured to build for thumb instead. And now I'm getting a segfault about half the time. <dsmith-work>while true; do cat /dev/null | guile > /dev/null ; echo $? >> /tmp/errors; done <dsmith-work>If I redirect stdin directly, no errors. (like guile </dev/nuil) <dsmith-work>And if I redirect stderr to /dev/null, also get no errors. <dsmith-work>But it's usually some "Exception thrown while printing backtrace"