Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 497 - 526 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
497
After compiling the following code (in safety 5), testLoop(100000) produces error 27, what does not occur if we remove the (store(val)) instruction. Is it the...
thbenoist
Offline Send Email
Feb 4, 2002
11:02 am
498
In the following code the 'a' slot of D has a more precise type than the 'a' slot of its parent class C. Thus f@D seems correct. Why can't we compile this code...
thbenoist
Offline Send Email
Feb 5, 2002
8:45 am
499
The following program:<br><br>A &lt;: object(val:integer)<br>[f(a:A) : float -&gt; max(2.0,float!(a.val))] <br>aa :: A(val = 12)<br>[g(n:integer) : void...
thbenoist
Offline Send Email
Feb 6, 2002
2:06 pm
500
It solves the problems found by Thierry and a nasty bug found by Arnaud.<br><br>Enjoy,<br><br>-- Mr Claire Bugs...
clairebugs
Offline Send Email
Feb 9, 2002
1:16 pm
501
The bug reported by Thierry in his mail about max(12.0, ff(a)) is solved but this remains:<br><br>The use of max(x,y) is macro-expanded only when its argument ...
clairebugs
Offline Send Email
Feb 9, 2002
1:18 pm
502
... this was purely a bug. Your example is indeed a correct CLAIRE program<br><br>Mr Clairebugs<br><br>----<br><br>In the following code the 'a' slot of D has...
clairebugs
Offline Send Email
Feb 9, 2002
1:19 pm
503
For some strange reasons, a list is seen as a type<br>in CLAIRE3. list(a,b,c) is another representation<br>of the set {a,b,c}.<br><br>One SHOULD NOT use lists ...
clairebugs
Offline Send Email
Feb 9, 2002
1:22 pm
504
Hello everyone,<br><br>the use of safe(....) is related to safety 5 optimization. As mentioned earlier, safety 5 <br>optimization only works if you known that ...
ycaseau
Offline Send Email
Feb 10, 2002
5:43 am
505
tuples seem to behave like lists: <br>tuple(1,2) % type is ok.<br><br>Then, is any collection a type?<br><br>-- FX...
fxjosset
Offline Send Email
Feb 11, 2002
7:05 am
506
When discussing the defdinition of Claire 3, we had discussed a syntax change where the keyword "tuple" would have been reserved for concrete values, and the...
francois_laburthe
francois_lab...
Offline Send Email
Feb 13, 2002
8:49 am
507
I like Francois's suggestion that will avoid some of the difficulties of using tuple(...) for different purposes.<br>This will be included in CLAIRE...
clairebugs
Offline Send Email
Feb 24, 2002
6:01 am
508
I moved the optimization code for the ROADEF challenge from CLAIRE2 to CLAIRE3 and I found a<br>few bugs (poor protection from GC).<br>Thus, a new version, ...
clairebugs
Offline Send Email
Feb 24, 2002
6:04 am
509
Compiling this small program in saftey 6, and then executing testLoop(1000000) (in -s 1 1) leads to garbage collections: how is it possible?<br>A &lt;: ...
thbenoist
Offline Send Email
Feb 25, 2002
3:10 pm
510
I use the following init.cl:<br><br>// ... 3)<br>bug :: module(source = ".",<br> uses = list(Reader),<br> made_of = list("bugfile"))<br>(compiler.source := ...
thbenoist
Offline Send Email
Feb 28, 2002
10:24 am
511
hye Thierry,<br><br>Looking at ccmain.cl file we can see :<br><br>[line 127] if %init? load("init"),<br>...<br>[line 131] system.verbose := vlevel,<br><br>and...
sbenilan
Offline Send Email
Feb 28, 2002
10:45 am
512
Thanks.<br>I tried the -v solution but it makes the compiler verbosity (compiler messages) too high...<br>I will wait until next release.<br>Thierry...
thbenoist
Offline Send Email
Feb 28, 2002
1:44 pm
513
When compiling the following program...<br><br>--------------- bugfile.cl ----------------<br>A &lt;: ephemeral_object(val:float)<br>[copyAInto(a1:A,a2:A) :...
thbenoist
Offline Send Email
Mar 1, 2002
3:52 pm
514
With bugfile.cl containing this single line:<br>MXF[1,14] := 12<br><br>I get the followig traces:<br><br>========= WITH LOAD:<br>[d:\proj\bug3]claire3 -s 7 ...
thbenoist
Offline Send Email
Mar 1, 2002
4:03 pm
515
Here are a few answers to Thierry:<br><br>(a) You cannot write X := Y in a file. It has<br>to be wrapped with parentheses.<br> -&gt; load expects fragments<br>...
ycaseau
Offline Send Email
Mar 2, 2002
6:35 am
516
Hi all ben...
rottembourg
Offline
Mar 22, 2002
5:02 pm
517
... Hello everyone, I am back too :-) I'll post a new release tomorrow ... We'll give this group thing a try, but I may decide to migrate the forum onto the...
ycaseau
Offline
Mar 23, 2002
10:14 pm
518
It fixes a few bugs found by Francois and Thierry: - type inference for l[i] - cons - a bug with makeArray (float arrays) - new(c) now updates the instance...
clairebugs
Offline
Mar 24, 2002
7:45 pm
519
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the claireprogramminglanguage group. File...
claireprogramminglang...
Send Email
Mar 24, 2002
7:50 pm
520
Hello, please try http://www.claire-language.com/clforum/ and let me know: this looks like a better forum than yahoo group for claire. I plan to use it for a...
ycaseau
Offline
Mar 26, 2002
7:40 am
521
Hi, after several days of trying the examplesin the manual (version 3.2) I am frustrated and have to say that many of the examples do not work when typed into...
babelinfo
Offline Send Email
Apr 1, 2002
4:39 pm
522
Hi, I've posted an updated hifi example on the new Forum : http://www.claire-language.com/clforum/ Look in the "documentation" section, regards, Xavier...
xpech2000
Offline
Apr 1, 2002
11:30 pm
523
Hi, yhanks to Xavier for posting the example. I have spent some time working with that and can now localize the problem: tables. It is as follows: (a)...
babelinfo
Offline Send Email
Apr 2, 2002
12:05 pm
524
... hi can you post on the over forum, it'easer for me to help you ... you must write actions (evaluated by claire): (discount[{amp1,s1}] := 1200) ...
xpech2000
Offline
Apr 2, 2002
12:32 pm
525
Hi, many thanks again for all the help with getting started in claire. I attach a working example of the phone.cl file, as it was described in the manual on ...
Gerrit Renker
babelinfo
Offline Send Email
Apr 2, 2002
10:58 pm
526
It seems that attachments are not allowed in this forum. Here is the file: -- cut here -- // definition of the module begin(phone_application) // phonebook is...
Gerrit Renker
babelinfo
Offline Send Email
Apr 2, 2002
11:32 pm
Messages 497 - 526 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help