Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ANN: Ypsilon - R6RS Scheme System for real-time applications
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
y.fujita....@gmail.com  
View profile  
 More options Jun 15 2008, 8:06 pm
Newsgroups: comp.lang.scheme
From: y.fujita....@gmail.com
Date: Sun, 15 Jun 2008 17:06:30 -0700 (PDT)
Local: Sun, Jun 15 2008 8:06 pm
Subject: ANN: Ypsilon - R6RS Scheme System for real-time applications
Ypsilon Scheme System, the implementation of R6RS Scheme for real-time
applications is now available at:

http://code.google.com/p/ypsilon/

Version 0.9.5 beta release:
 * It implements mostly concurrent mark & sweep garbage collector
   to achieve minimal gc pause time and best performance on multi-core
CPU.
 * Runs as a stand-alone interpreter on Linux(x86), Mac OS X(x86),
   Windows Vista(x86).
 * Backtrace feature with source code information for easy debugging.
 * Auto-compile-cache feature to speed-up edit/run cycle in
development.
 * Implements full and complete features of R6RS and R6RS standard
libraries.
 * It is planned to develop a library which can embed to various
applications
   as well as adding a native code generation feature to a virtual
machine.
 * Current version runs faster than Petite Chez v7.4 with Linux
running on
   Intel Core2 Duo in 10 out of 12 gabriel benchmarks.

I would be grateful for receiving any kind of bug reports especially
for
any malfunction about R6RS conformance since I'm not a specialist of
The Scheme Programming Language though I am an experienced programmer.
Thank you in advance.

Please send your comments on Ypsilon at:
http://code.google.com/p/ypsilon/issues/list

---
Yoshikatsu Fujita


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raffael Cavallaro  
View profile  
 More options Jun 18 2008, 1:08 am
Newsgroups: comp.lang.scheme
From: Raffael Cavallaro <raffaelcavallaro@pas-d'espam-s'il-vous-plait-mac.com>
Date: Wed, 18 Jun 2008 01:08:25 -0400
Local: Wed, Jun 18 2008 1:08 am
Subject: Re: ANN: Ypsilon - R6RS Scheme System for real-time applications
On 2008-06-15 20:06:30 -0400, y.fujita....@gmail.com said:

>  * Current version runs faster than Petite Chez v7.4 with Linux
> running on
>    Intel Core2 Duo in 10 out of 12 gabriel benchmarks.

Nice Glut demo as well. Kudos on a nice scheme interpreter.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff M.  
View profile  
 More options Jun 19 2008, 11:40 am
Newsgroups: comp.lang.scheme
From: "Jeff M." <mass...@gmail.com>
Date: Thu, 19 Jun 2008 08:40:19 -0700 (PDT)
Local: Thurs, Jun 19 2008 11:40 am
Subject: Re: ANN: Ypsilon - R6RS Scheme System for real-time applications
On Jun 15, 7:06 pm, y.fujita....@gmail.com wrote:

> Ypsilon Scheme System, the implementation of R6RS Scheme for real-time
> applications is now available at:

> http://code.google.com/p/ypsilon/

Just downloaded and tried this on OS X (Leopard). Very nice. I'm
impressed. I was very impressed with how simple the FFI is and how
quickly I could make a very simple GLUT/OpenGL test program. The
backtracing feature for errors was also incredibly useful and
compromised just the right amount of readability and usefulness.
Bravo! Also, thank you *VERY* much for putting all the various project/
solution files in the download package!

The only few things I'd comment on requiring additional work:

* make check just hung on OS X. Everything was still good, but I don't
know what test it was on to give you more info.

* Not dying on Bus Errors. Using the FFI, I got these a few times. I
know that is tough, but having all my work just disappear because of a
typo sucks. :-(

I'll be playing with this some more over time. Looks very promising.
Definitely don't stop.

Can I ask what the impetus of creating it was?

Jeff M.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jens Thiele  
View profile  
 More options Jun 21 2008, 5:21 am
Newsgroups: comp.lang.scheme
From: Jens Thiele <ka...@berlios.de>
Date: Sat, 21 Jun 2008 11:21:18 +0200
Local: Sat, Jun 21 2008 5:21 am
Subject: Re: ANN: Ypsilon - R6RS Scheme System for real-time applications

y.fujita....@gmail.com writes:
> Ypsilon Scheme System, the implementation of R6RS Scheme for real-time
> applications is now available at:

> http://code.google.com/p/ypsilon/

nice
added to:
»Scheme implementations suitable for "soft real-time" games and
applications«
http://egachine.berlios.de/sgachine/

Greetings,
Jens

PS: feel free to comment on that table/page - should I move it to some
wiki?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
y.fujita....@gmail.com  
View profile  
 More options Jul 6 2008, 11:59 am
Newsgroups: comp.lang.scheme
From: y.fujita....@gmail.com
Date: Sun, 6 Jul 2008 08:59:22 -0700 (PDT)
Local: Sun, Jul 6 2008 11:59 am
Subject: Re: ANN: Ypsilon - R6RS Scheme System for real-time applications
Thank you for your comment and sorry not getting back to you sooner.

I fixed many bugs and new version 0.9.5-update1 uploaded. I hope this
version solve the problem.
Please try and send any comments on Ypsilon at: http://code.google.com/p/ypsilon/issues/list

Ypsilon 0.9.5-update1 available at: http://code.google.com/p/ypsilon/downloads/list

> Can I ask what the impetus of creating it was?

I have started the development of Ypsilon four years ago :)

Thank you!
---
Yoshikatsu Fujita


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
y.fujita....@gmail.com  
View profile  
 More options Jul 6 2008, 12:13 pm
Newsgroups: comp.lang.scheme
From: y.fujita....@gmail.com
Date: Sun, 6 Jul 2008 09:13:07 -0700 (PDT)
Local: Sun, Jul 6 2008 12:13 pm
Subject: Re: ANN: Ypsilon - R6RS Scheme System for real-time applications
Dear Jens,

Thank you for your comment.
I reviewed your project and I hope Ypsilon fit for your purpose :)
Please send any questions at: http://code.google.com/p/ypsilon/issues/list

> feel free to comment on that table/page

Thank you!

> should I move it to some wiki?

As you like it :)

---
Yoshikatsu Fujita


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »