octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New very simple methodology to create a m-file compiler.


From: Carlo De Falco
Subject: Re: New very simple methodology to create a m-file compiler.
Date: Tue, 7 May 2019 12:49:24 +0000


> Il giorno 07 mag 2019, alle ore 13:32, Nicholas Jankowski <address@hidden> ha 
> scritto:
> 
> 
> 
> On Mon, May 6, 2019 at 23:34 Andrew Janke <address@hidden> wrote:
> 
> On 5/6/19 11:13 PM, Nicholas Jankowski wrote:
> > 
> > I haven't identified any non-custom function that produces highly
> > polymorphic output yet, maybe someone else can think of one. 
> 
> I've got a few.
> 
>  I guess what this boils down to is if you are going to require the user to 
> avoid polymorphism on outputs, and you are going to throw an Error when they 
> don’t , how will you be able to tell when they don’t? And if you’ve gone 
> through the problem of detecting all of the cases where they Might not,  at 
> that point wouldn’t it be better to just deal with the polymorphism somehow  
> rather than require them to avoid one of the more useful aspects of the 
> programming language? 

also, what is the actual purpose of this thread in the first place?
is the OP poster proposing to change the grammar of the language in order to 
make it easier to compile?
if you are looking for a language symilar to (but not compatible with) matlab 
that is faster to parse and compile then why not just look at 
https://julialang.org/ ?
c.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]