guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some reader syntax for data structures


From: Alex Vong
Subject: Re: Some reader syntax for data structures
Date: Sun, 31 Mar 2019 06:24:07 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Thanks for creating this!

I enjoy the clojure hash-map syntax and I think guile vhash can sort of
fit this place with a good reader syntax.

Ivan Kupalov <address@hidden> writes:

> Hello everyone!
>
> I wanted to learn some Scheme before starting one project and it
> seemed to me that it might be a nice exercise to try and extend syntax
> for hash tables, a-la Clojure/Rackjure (and only later I've learned
> about Racket's `#hash()`).
> I think it's really not optimized and not even really elegant but it
> works! (readers don't have much documentation attached to them unlike
> macros so it was kinda difficult). I later extended it to vhashes and
> vlists because I already had some understanding on what is required
> from me.
>
> (also here's a link in case something doesn't work, I didn't use
> mailing lists much before: https://gitlab.com/snippets/1838863)
> <https://gitlab.com/snippets/1838863>
>
> So I just wanted to share. Feel free to send feedback!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]