HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TheLoneWolfling

no profile record

comments

TheLoneWolfling
·há 11 anos·discuss
Now here's a crazy idea:

Stenography via rearranging executable code within a binary file so that the binary file looks most like a particular bitmap.
TheLoneWolfling
·há 11 anos·discuss
Well, it's not there yet.

That being said, I don't particularly like the overloading of `!=` there. I like the idea of a shortcut meaning "call this function and get the error value", but I wouldn't use `!=` for it.

Perhaps take a page from Lua's book and use `_` as a throwaway variable. So `a = foo()`, or `a,b = foo()`, or `_,b = foo()`.
TheLoneWolfling
·há 11 anos·discuss
I think that I don't like your function syntax, but meh, that's kind of irrelevant.

So you're basically just using exceptions as syntatic sugar for return codes. Works reasonably well, I suppose.
TheLoneWolfling
·há 12 anos·discuss
Forced lack of anonymity and forced integration.