GithubHelp home page GithubHelp logo

Logos Improvements about logos HOT 11 OPEN

theos avatar theos commented on June 2, 2024
Logos Improvements

from logos.

Comments (11)

DHowett avatar DHowett commented on June 2, 2024

I have no idea what I was doing with this (%log => static function? what?), and that makes me sad. Repurposing as logos improvement bug.

from logos.

theiostream avatar theiostream commented on June 2, 2024

What is the use case of %append/%prepend?

Also, just figure I'll put it here, find cool %ivar syntax.

from logos.

caughtinflux avatar caughtinflux commented on June 2, 2024

Replace __PRETTY_FUNCTION__ with the corresponding hooked method name, to keep all the $$$ safe, not to mention clarity.

from logos.

DHowett avatar DHowett commented on June 2, 2024

%group X %init Y %end %end might create _logos_class$_ungrouped$Y.

from logos.

caughtinflux avatar caughtinflux commented on June 2, 2024

For the ivar syntax, would it be possible to simply declare them after a %subclass directive? Like so

%subclass Foo : Bar 
{
    id _fooBar;
}
...
%end

Are there any limitations that prevent Logos from doing this, keeping all the leg work behind the scenes (like everything else it does ;P)?

from logos.

DHowett avatar DHowett commented on June 2, 2024

Main issue there is that I don't actually parse source. Syntel has a type parser, and it's possible at the very least to get into subclass blocks for ivars (ooh: treat them like syntelstructs! good idea!), but that would ideally be coupled with direct reference to ivar names. And that is dark magic indeed.

from logos.

DHowett avatar DHowett commented on June 2, 2024

Looked into __PRETTY_FUNCTION__; it's handled as a primary-expression in the C parser. We can unfortunately not get inside it :(

from logos.

DHowett avatar DHowett commented on June 2, 2024

From #48.

17:22 <@DHowett> that should be being done anyway, come to think of 
             it. however, it complicates custom class expressions
17:22 <@DHowett> as init can wrap scope
17:22 <@DHowett> (the function cannot be variadic, and i do not know 
             what classes the user will want to change
17:22 <@DHowett> actually, that's tractable. i think it can be done)
17:23 <@DHowett> (the static function gets generated at the end, after 
             all. the call can contain all overridden classes)
17:23 <@DHowett> and the prototype and final function as well

from logos.

DHowett avatar DHowett commented on June 2, 2024

From #10.

The logs config param for logos should exist, and support full, off, and on (defaulting to on). full will automatically %log all hooked methods. off will disable (consume) %log directives.

from logos.

DHowett avatar DHowett commented on June 2, 2024

From #9 (via @rpetrich).

It should be possible to pass arbitrary expressions into a logos macro and have it dedupe and cache them.
Existing %c(classname) expressions could be converted to use this functionality internally.
Additionally, components within theos itself could use this functionality to trim some of the work they perform (would use this for my internal generator)

Proposed syntax:
%cached(x) yields a C rvalue that references the result of the computation x as executed from inside %init; (or the automatically generated initializer if none exists)

Potential extensions:
Nested cached expressions could be supported to eliminate duplicate work inside of cached expressions themselves. Further, cached expressions that are used only as a subexpression of other cached expressions could be optimized not to escape the scope of %init
Lazy initialization via alternate syntax (with/without thread safety?). Would allow syntax like this to workaround glacial apis:
%cached([[[NSCharacterSet characterSetWithCharactersInString:@"_1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"] invertedSet] retain], lazy)

from logos.

nathggns avatar nathggns commented on June 2, 2024

Someone implemented %property in a pull request - #94

from logos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.