io/libs/basekit/Makefile.lib

View: New views
8 Messages — Rating Filter:   Alert me  

io/libs/basekit/Makefile.lib

by James Burgess-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Why does basekit have its own Makefile.lib. Its similar but not quite the same file as io/Makefile.lib?



Re: io/libs/basekit/Makefile.lib

by Jeremy Tregunna-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 21-Jun-09, at 8:38 PM, ljnrf wrote:

> Why does basekit have its own Makefile.lib. Its similar but not  
> quite the same file as io/Makefile.lib?

Because basekit is its own library. As is the garbage collector and  
coroutine libraries.

Regards,

Jeremy Tregunna
jeremy.tregunna@...




Re: io/libs/basekit/Makefile.lib

by James Burgess-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't think that is the reason. The other libraries' makefiles all have a line:

include  ../../Makefile.lib

Whereas basekit does not. Seems kind of odd.



New language based off Io to some extent

by John Lunney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey guys,

I'm not sure if you've seen this or not, but it may interest some of  
you.

_why (of Hackety internet-fame) has created a new language called  
Potion, which seem to owe quite a lot to Io.

You can read all about it at:
http://hackety.org/potion/

I'd be interested to see what you make of it :)

John

Re: New language based off Io to some extent

by Andreas Schipplock-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

mmh!

On Thu, Jul 2, 2009 at 9:08 PM, John Lunney<johnlunney@...> wrote:

>
>
> Hey guys,
>
> I'm not sure if you've seen this or not, but it may interest some of
> you.
>
> _why (of Hackety internet-fame) has created a new language called
> Potion, which seem to owe quite a lot to Io.
>
> You can read all about it at:
> http://hackety.org/potion/
>
> I'd be interested to see what you make of it :)
>
> John
>
>



--
Kind regards,
Andreas Schipplock.

Parent Message unknown Re: New language based off Io to some extent

by A.M.-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jul 2, 2009, at 3:08 PM, John Lunney wrote:

>
> Hey guys,
>
> I'm not sure if you've seen this or not, but it may interest some of
> you.
>
> _why (of Hackety internet-fame) has created a new language called
> Potion, which seem to owe quite a lot to Io.
>
> You can read all about it at:
> http://hackety.org/potion/
>
> I'd be interested to see what you make of it :)

"A path is any set of non-whitespace UTF-8 characters preceded by a  
slash. A path is also called an “instance variable” in programming  
jargon.
Paths cannot be randomly added to the object after the object is  
created. Each object has a strict set of paths. Every path which is  
used in the constructor is added to the object upon creation."

Poop!

Cheers,

M

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/iolanguage/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/iolanguage/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:iolanguage-digest@...
    mailto:iolanguage-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    iolanguage-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: New language based off Io to some extent

by Semka Novikov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nice.

Re: New language based off Io to some extent

by Samuel A. Falvo II :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jul 2, 2009 at 1:18 PM, A.M.<agentm@...> wrote:
> Paths cannot be randomly added to the object after the object is
> created. Each object has a strict set of paths. Every path which is
> used in the constructor is added to the object upon creation."
>
> Poop!

Undoubtedly a concession to the needs of compiling to static binary code.

--
Samuel A. Falvo II