unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: Scheme+ v5.0
Date: Fri, 10 Feb 2023 21:51:07 +0100	[thread overview]
Message-ID: <CADEOadcJ3Y4Dh6ykaFcWYVeyCHvsxYhwkqoE5eYEmcQAKJ-EAw@mail.gmail.com> (raw)

Hello,
i just released a new version of Scheme+
Scheme+ is an extension of the syntax of the Scheme language. Scheme+ makes
it easy the assignment of Scheme objects in infix (works also in prefix)
notation with a few new operators ← (or <-), [ ],⥆ (or <+) .

https://github.com/damien-mattei/Scheme-PLUS-for-Guile

This new version adds operator precedence in the infix evaluator for
operators,procedures and macros (example: or , and).

Expressions like this can now be used in Scheme+:

 {5 * 3 + 2}
17

{xp <- {x - v * t} / (sqrt {1 - v ** 2 / c ** 2})}

{ 4 + 3 * 2 - 19 < 0 - 4}
 #t

{ #f or #f and (begin (display "BAD") (newline) #t)}
#f

Damien


                 reply	other threads:[~2023-02-10 20:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADEOadcJ3Y4Dh6ykaFcWYVeyCHvsxYhwkqoE5eYEmcQAKJ-EAw@mail.gmail.com \
    --to=damien.mattei@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).