[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: AW: Convenient array & hash iterators & accessors

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Fri, 13 Mar 2015 15:07:58 +0100

> > @Julian, do you have a specific area of our code that would most benefit
> > from "moving 'up' from C"? Preferably some part of code that's currently
> > very much in flux?
>
> 'svnmover' on the 'move-tracking-2' branch. It includes both 'client'
> and 'library' code, and I'm moving code freely between the two as I
> figure out what is the best layering. So it's important that a
> language would be good in both roles.
>

Well, Lua supports calling both ways. A call isn't a straight C call,
though (in Lua, it's a straight Lua function invocation), but a call that
follows a certain calling protocol. Going from Lua to pure C or pure C to
Lua requires a bit of glue code much like sqlite does for its parameter
bindings.

Am I right that if we were to run this experiment with the move-tracking-2
branch code, that the entire client and library would be subject to
conversion to the higher level language?

-- 
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
Received on 2015-03-13 15:09:12 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.