[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: forcing function execution as a core function or from a certain pack
From: |
Juan Pablo Carbajal |
Subject: |
Re: forcing function execution as a core function or from a certain package |
Date: |
Wed, 11 Jul 2012 08:18:56 +0200 |
On Tue, Jul 10, 2012 at 11:09 PM, Sergei Steshenko <address@hidden> wrote:
>
>
>
>
> ----- Original Message -----
>> From: Robert T. Short <address@hidden>
>> To: address@hidden
>> Cc:
>> Sent: Tuesday, July 10, 2012 11:48 PM
>> Subject: Re: forcing function execution as a core function or from a certain
>> package
> [snip]
>> OK. I have a plan. Submit a patch for consideration and a plan for
>> "forcing" everyone to follow your scheme.
>>
>>
>>
>> _______________________________________________
>
>
> Sorry, I don't talk to developers who think that _architectural_ language
> changes are made through submitting patches.
>
> Kindergarten (c) - myself.
>
> Regards,
> Sergei.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
Sergei,
no need to be offensive.
I think the message meant was:
1. If you see a way of implementing that keeping matlab compatibility,
please implement it and submit your code for testing.
2. If you can't keep matlab compatibility, you can try anyway but most
of us using GNU Octave do share code with people that are
matlabotomized. Nowadays already making code that runs on both
programs has a little bit of an overhead (unless you want to strictly
stick to matlab notation... no auto broadcast!!!)
3. We have discuss the idea on namespaces in the context of
Octave-Forge. Maybe you can come with an idea to implement this in the
pkg.m function? Even doing something like "pkg import from my_package
fun1.m fun2.m fun*.m"
If you want to use a package without a given function, you have no
choice but to move the function to a "notused" folder. That is less
drastic than not loading the package at all.
--
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/
- Re: forcing function execution as a core function or from a certain package, (continued)
- Re: forcing function execution as a core function or from a certain package, Jordi Gutiérrez Hermoso, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Sergei Steshenko, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Jordi Gutiérrez Hermoso, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Sergei Steshenko, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Jordi Gutiérrez Hermoso, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Sergei Steshenko, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Jordi Gutiérrez Hermoso, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Sergei Steshenko, 2012/07/13
- Re: forcing function execution as a core function or from a certain package, Robert T. Short, 2012/07/10
- Re: forcing function execution as a core function or from a certain package, Sergei Steshenko, 2012/07/10
- Re: forcing function execution as a core function or from a certain package,
Juan Pablo Carbajal <=