How did you manage it? Did you write your own script or something?
HN user
SirusCodes
I'm a software engineer who loves to build products. I mostly work with frontend but have a lot of interest in backend space.
We can introduce a breaking change...
I have raised an issue for this - https://github.com/SirusCodes/AntiLang/issues/5
Makes sense; I need to think about which would be better.
Yep, someone suggested it; I might add it.
This is some of the evilest idea I got on the post...
Raised issue for it - https://github.com/SirusCodes/AntiLang/issues/9
Why so much hate for rust?
Thanks, those are some pretty nice suggestions!
Might implement this feature.
Raised an issue on GitHub - https://github.com/SirusCodes/AntiLang/issues/7
Pretty interesting game, never heard about it. Thanks for sharing.
I don't know how I'm going to implement it but seems pretty interesting flow.
Raised issue - https://github.com/SirusCodes/AntiLang/issues/7
Raised issue - https://github.com/SirusCodes/AntiLang/issues/6
That's a pretty good idea, I can do this.
Raised an issue for this - https://github.com/SirusCodes/AntiLang/issues/5
I knew this, before posting here I thought all programming languages are ltr.
But now I know a lot of programming languages did rtl like forth, factor, postlang, etc
That's a good idea but the current flow is from top to bottom but this would change that, someone would be reading it from top to bottom then at the end read if case then go back to top to read else case. I don't want to do that.
Interesting thought... But how will that work? The statement would be executed only it comes from that line?
This is pure evil idea :)
I will implement this thing.
That's painful to think about
Is that true? I thought for all languages only "." is defacto decimal point in all languages. Never knew it changes with locale.
It looks like cat ran over the keyboard ( + _ + )
Good point, but repl is just fine in my opinion
Didn't knew that it existed, I will take a look at it!
A lot of people said this, why building this I had no idea of how these languages looked. Now that I know about them my project looks like a cheap imitation of them :(
That is something I might do... Seems pretty horrible
Someone on X suggested to make it logically reverse, so true would be false and visa versa.
We can go ahead and make + behave as - and similarly for other operators.
Sure I will take a look at it
Someone suggested MirrorLang, that's fitting as well.
I will try my best to resist the temptation ;)
Thanks for the explanation. I don't agree with your point that postfix is easier; maybe it's because most people are not used to thinking in postfix. It can be faster and easier for computers, but we build software for people, and it increases cognitive load on the users.
It might be fewer keystrokes, but I feel for most people, the difference in keystrokes doesn't justify the cognitive load it adds.
We all have been there
A lot of people at Reddit told me that it resembles SmallTalk, Factor, and Forth. Being someone who started coding in last decade I have only heard the names but never saw the syntax, but true it looks surprisingly similar. I can't really fathom that people actually built stuff in those language (probably better things that we build today)