Re: Heap profiler

2022-11-12 Thread zimoun
Hi, On Mon, 07 Nov 2022 at 12:03, Ludovic Courtès wrote: > --8<---cut here---start->8--- > scheme@(guile-user)> (profile-heap) [...] > sampled heap: 3.48865 MiB (heap size: 12.78906 MiB) > $5 = #t > --8<---cut here---end--

Re: Looking for graph library

2022-10-14 Thread zimoun
Hi Ricardo, On mer., 12 oct. 2022 at 18:33, Ricardo Wurmus wrote: > (Minigrad is supposed to be a testbed for neural nets with > automatic backpropagation.) Probably out of topic and much bigger than your initial intention, the Julia programming language is taking an interesting app

Re: Looking for graph library

2022-10-12 Thread zimoun
Hi Ricardo, On sam., 08 oct. 2022 at 16:07, Ricardo Wurmus wrote: > Here’s an implementation of inductive graphs: > > https://github.com/rekado/minigrad/blob/main/minigrad/graph.scm IIUC, mingrad is implementing a part of [1]. Some time ago, I have read this interesting paper from Haskell folk

Re: Curiosity: Microkernel implemented in Guile ?

2022-06-23 Thread zimoun
Hi, On Thu, 23 Jun 2022 at 08:11, Matias Jose Seco Baccanelli wrote: > Good morning Guilers! > Being a huge fan of Libre Software and Guile powers, i was having a big > curiosity in regards to the kernel languages arena: > was ever made an attempt to implement a Microkernel from scratch in > Guil

Re: Idiomatic Guile for semigroup/monoid/group?

2022-01-03 Thread zimoun
Hi, On Sun, 02 Jan 2022 at 10:45, Stuart Hungerford wrote: > I'd like to use Guile in my self-learning of abstract > algebra--semigroups, monoids and groups only for now. It seems that > with Guile's macros, access to C libraries and rich numeric tower, it > would be a good environment for this

Re: SRFI-37 and short-name option with optional argument

2020-05-15 Thread zimoun
Dear Linus, On Tue, 12 May 2020 at 22:29, Linus Björnstam wrote: > > I Sony have an answer to your question, but using (ice-9 getopt-long)is > usually the library guilers reach for unless they want to install third party > libraries: > https://www.gnu.org/software/guile/manual/html_node/getopt

SRFI-37 and short-name option with optional argument

2020-05-12 Thread zimoun
Dear, The semantic of short-name option with optional argument is not clear as the comment says: http://git.savannah.gnu.org/cgit/guile.git/tree/module/srfi/srfi-37.scm#n58 Let consider that the option '-a, --long-a' has an optional argument and '-b, --long-b' another option. Currently, from my

Re: Python on guile version 1.2

2020-04-25 Thread zimoun
Dear, Thank you for this interesting work. On Fri, 10 Apr 2020 at 15:41, Stefan Israelsson Tampe wrote: > I'm pleased to announce python on guile 1.2. This version increases the > correctness of the parser as well as adding quite a number of system py > files that compiles as an example the we

Re: Guile Studio's goals (and home)

2020-02-25 Thread zimoun
Hi, I am an Emacs user. >From my perspective, Guile Studio is a first experimental attempt between DrRacket and racket-mode for GNU Guile. Other said, it is a specialized cosmetic of Emacs for programming in Scheme using Guile out-of-the-box. In my labs, people do not even know what an editor is

Re: scheme with vim

2020-02-05 Thread zimoun
salut, On Wed, 5 Feb 2020 at 15:35, Marc Chantreux wrote: > > > > ctags -L - -f ~/.vim/ctags/guile > > Is 'ctags -L' a valid option? > > Because I do not find the documentation about it. > > --help of Exuberant Ctags 5.9~svn20110310 say: > > -L >A list of sour

Re: scheme with vim

2020-02-05 Thread zimoun
Hi, On Wed, 5 Feb 2020 at 14:10, Ricardo Wurmus wrote: > > ctags -L - -f ~/.vim/ctags/guile Is 'ctags -L' a valid option? Because I do not find the documentation about it. All the best, simon

Re: scheme with vim

2020-01-29 Thread zimoun
On Wed, 29 Jan 2020 at 21:53, Marc Chantreux wrote: > yet it will be distro dependant. i expected something like > introspection, querying a state of interpreter or even parsing the > documentation to provide a ready to use list of symbols. My bad! I thought it was the mailing list related to Gu

Re: scheme with vim

2020-01-29 Thread zimoun
Hi Ricardo, On Wed, 29 Jan 2020 at 19:36, Ricardo Wurmus wrote: > > i don't know what is the good way to get the list of built-in > > commands of guile so i ended up with > > > > aptitude search '~i ~n guile-2' -F%p | > > xargs -n1 dpkg -L | > > perl -lnE 'print if /[.]scm$/

Re: Wisp error location?

2019-03-04 Thread zimoun
Hi Arne, I use your solution when debugging: wisp2lisp /tmp/test.w > /tmp/test.scm \ && guild compile /tmp/test.scm At FOSDEM, when dining with Ludo and Ricardo, we spoke about syntax and so on. Well, as explained, Ricardo implemented the Wisp support in the Guix Workflow Language (GWL)

Wisp error location?

2019-02-26 Thread zimoun
Dear, As you maybe know, the Guix Workflow Language [1] now support the Wisp notation [2]. And it improves the readibility, IMHO. Nice! [1] https://archive.fosdem.org/2017/schedule/event/guixworkflowmanagement/ [2] https://git.savannah.gnu.org/cgit/gwl.git/tree/gwl/utils.scm#n34 However, Wisp

Re: Re: Using GUIX

2018-12-19 Thread zimoun
Dear, I think it is best to discuss Guix related issue to help-guix mailing list. Otherwise, just try: export LOCPATH="$HOME/.guix-profile/lib/locale" I do not know if it is correct fix. Hope that help. All the best, simon