Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mtomassoli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Golib: goroutines and channels for Dart
(github.com)
1 points
by
mtomassoli
12y ago
|
1 comments
2.
▲
by
mtomassoli
14y ago
I do research for the heck of it and if other people think that what I'm doing is useless, I'm ok with that. That's the mathematician way. The exploration is the end, not the mean. I'm not trying to convince anyone that my "project" is usef
3.
▲
by
mtomassoli
14y ago
People want...? codeblocks is free and I don't get paid for it. If someone is so lazy that he won't even have a look at the doc in the code (as suggested in my article), I don't want to have anything to do with him or her. 1 click --> b
4.
▲
by
mtomassoli
14y ago
No string literals are evaluated as code. Everything is rewritten and then evaluated and executed at full speed.
5.
▲
by
mtomassoli
14y ago
I don't believe it. Let's try to fix it again... thanks.
6.
▲
by
mtomassoli
14y ago
I think that "readability" also depends on what you're used to reading and writing. To me, my code blocks are quite readable, but that's only true because I've seen a lot of them in these last two weeks. Code blocks let you write with m
7.
▲
by
mtomassoli
14y ago
By the way, I wish that '<' was a simple typo. Unfortunately it's Wordpress: it's driving me mad. Everytime some code has '<' and '>' in it, something unexpected happens.
8.
▲
by
mtomassoli
14y ago
Just read the docstring of the module. It's very detailed. As for mixing strings with code, I still need to adhere to Python's syntax in order to avoid syntax errors. Anyway, syntax errors in strings are caught at "rewriting time". Using wo
9.
▲
by
mtomassoli
14y ago
Oh, I know. My module is your fault! :)
10.
▲
Code blocks in Python
(mtomassoli.wordpress.com)
49 points
by
mtomassoli
14y ago
|
68 comments