Live data from Hacker News

Viewing profile — in4lio

in4lio

HN member
Joined
Mon, Dec 01, 2014, 8:13 PM UTC
HN karma
13
Public activity
8 items

About in4lio

https://github.com/in4lio

Recent public activity

  1. story
  2. comment
    Comment #13811608

    Yes, I have written a few)) Because this is the most interesting area of programming for me. Many years ago, I wrote BNF-like language to translate text into syntactic tree, it was…

  3. comment
    Comment #11693099

    Fine! To generate the C code using Lisp syntax - it's not such bad idea, the C preprocessor is awful. A few years ago, for this purpose, I wrote the yupp preprocessor which use sim…

  4. comment
    Comment #10223728

    This is a matter of taste, in this case, IMHO. Thanks for advice)

  5. comment
    Comment #10223717

    Oh, yes, I agree. And when I was tired of writing macros like this: https://gist.github.com/in4lio/9102547 , I wrote yupp)

  6. comment
    Comment #10223665

    Just because C is my primary tool) and I have created yupp, to do things like X Macros simpler. yupp can even be used with Python, as it allows to make the right indentation, e.g. …

  7. comment
    Comment #10223583

    Yes, you are right. Since yupp is a third layer, yupp is able to generate C macros, for example: ($define,,assert_bit_mask( value, mask, op ),,($do ] bool test = ((( value ) & ( ma…

  8. story