Slashdot Mirror


User: taxipom

taxipom's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Mirror !!! on Linux -- Without Unix · · Score: 1

    You can find a mirror of Pliant home site at this place and a sample site running pliant server at this one.

  2. ASPIC 2001 on Linux -- Without Unix · · Score: 1
    The second Annual Symposium on Pliant Implementation and Concepts will be held in Paris in March or April 2001. If you are interrested in, please email pom@ehess.fr

    The scope will be the same as the one of the last year (see ASPIC 2000) and we hope the second edition will be a bit less "confidential"...

  3. Re:Oh no, not another one! on Linux -- Without Unix · · Score: 1

    Compiling is not equivalent to eval: Once you have compiled something (a new function, a new data type or whatever) on the fly, you don't have to compile it again: each time you will use it, you will have the speed of a fully compiled language.

  4. Re:1 bottles of beer on the wall on Linux -- Without Unix · · Score: 1

    # Instead of if/else, you may use "shunt"
    # which is a kind of mixture of if/eif/.../eif/else
    # and the C ?:
    function beer n
    arg Int n
    # unwrap allows to wrap on multiple lines
    var Str message:= unwrap shunt
    n=0 "No more bottles of beer on the wall."
    n=1 "One bottle of beer on the wall."
    string:n+" bottles of beer on the wall."
    console message eol
    if n>0
    console "Take one down, pass it around." eol

  5. Re: Copywrite Non-transferable (AOL ergo Illegal) on Dmoz (aka AOL) Changing Guidelines In Sketchy Way · · Score: 1

    Intellectual property is not transferable under European laws. Is it an habit for US citizen to consider US law to be the only one in the world and US constitution to be the only acceptable one ?