Viewing profile — eugene_burmako
eugene_burmako
HN member- Joined
- Wed, Nov 06, 2013, 8:52 PM UTC
- HN karma
- 24
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About eugene_burmako
Recent public activity
-
comment
Comment #16970947
Prompted by a similar question on Reddit, I have written a comment on the history, the scope and the status of Scalameta: https://www.reddit.com/r/scala/comments/8g359q/macros_the_…
- story
-
comment
Comment #11955799
Author of Scala macros here. Here's a recent discussion on the future of macros in the brave new world of Dotty: https://www.reddit.com/r/scala/comments/4our5m/keynote_scala... .
-
comment
Comment #8267131
What kind of performance issues are you having in mind?
-
comment
Comment #8260033
Speaking of byte/short literals, we can already have a syntax for them with string interpolation. In fact, that's what is already implemented in Spire: https://github.com/non/spire…
-
comment
Comment #7623914
ClassTags were always thread-safe - they are simple wrappers over j.l.Class. TypeTags however were not, and that's supposed to be fixed in 2.11.0.
-
comment
Comment #6959323
Scala macros are different. We deeply respect the Lisp tradition, in which we are rooted, but we also accommodate and empower our language's values - static types and rich syntax […
-
comment
Comment #6688990
Hi, that's me who's doing macros for Scala. Martin & Adriaan have already commented on my choice of the project and its status within Scala, but I'd like to additionally elaborate …
- comment