Viewing profile — eerimoq
eerimoq
HN member- Joined
- Thu, Sep 19, 2019, 1:28 PM UTC
- HN karma
- 312
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About eerimoq
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #26708595
Thanks! I use a slightly modified version of your beautiful map on my website ( https://mys-lang.org/statistics.html ). No animations and the green circles are not quite aligned to…
-
comment
Comment #26698002
The CPU usage sky rockets when showing the world SVG in my Chromium browser. Is there any trick to make the animated SVG be less CPU intensive?
- story
-
comment
Comment #24264940
It compiles statically typed Python modules to CPython C extension modules. I do not know the details, but it sounds like that's a major difference to Mys.
-
comment
Comment #24264585
Please do, but I won't promise I will contribute a lot, so don't be disappointed. =)
-
comment
Comment #24264569
This looks promising indeed. Thanks for sharing.
-
comment
Comment #24264492
I'll keep this in mind.
-
comment
Comment #24264471
For me it's pretty simple. I love Python. I like speed. I like embedded. This is an attempt to take advantage of Python's type hints to create fast and hopefully small binaries tha…
-
comment
Comment #24264277
I like the idea. If our languages are similar it could even make sense to stop developing one of them and focus on the other, but that's probably far fetched. I'll have a look at y…
-
comment
Comment #24264020
Well, probably not. Nim is similar, but I prefer Mys' Python-like syntax. Mys' toolchain will probably be similar to Nim. That is, generating C/C++ code. Sorry about the confusion.…
-
comment
Comment #24263973
Nice job. I don't understand the question. Can you rephrase it? =)
-
comment
Comment #24263920
No, I am not aware of ChocoPy. Thanks for letting me know. Shedskin uses the Python interpreter if I remember correctly. I aim not to.
-
comment
Comment #24263891
Updated the GitHub repo and the HN post. Thanks.
-
comment
Comment #24263852
It's a wide question, and I don't have a good answer. One obvious difference is the syntax. I prefer Python's syntax over Nim's, but at the same time I find Python slow sometimes a…
- story
-
comment
Comment #24109037
That's pretty much what I wrote in the first post.
-
comment
Comment #24108944
In my experience most bugs are due to misunderstanding requirements and simply writing faulty logic. Just a few bugs are related to the language itself.
-
comment
Comment #24108828
Of course the language can help the programmer to write better code. High level constructs and easily available libraries that are well tested and widely used helps a lot. However,…
-
comment
Comment #23562329
Thank you very much. Very helpful answer. I'll continue to use 52 MHz until I encounter problems (if any).
-
comment
Comment #23560516
Will fix it at some point =)
-
comment
Comment #23560473
I'm just referring to the fec driver kernel module, not the user space software. But I might of course be wrong. I've done lots of iterations trying to optimize the boot time on th…
-
comment
Comment #23560427
The goal is to not configure the MMC at all in Linux, but just rely on the bootloader has already configured it. Btw, where can I find the spec? And where in the spec can I read ab…