Nimrod: A New Approach to Metaprogramming [video]
1–10 of 84 posts
Re: Nimrod: A New Approach to Metaprogramming [video]
#2Re: Nimrod: A New Approach to Metaprogramming [video]
#3I also tend to prefer catching errors early, and having a typed language that warns and errors at compile-time is great.
Re: Nimrod: A New Approach to Metaprogramming [video]
#4I really enjoy the language so far. For me, it's the perfect middleground between C and python: a fast compiled language, and one where you can be as productive as in python. I also tend to prefer catching errors early, and having a typed language that warns and errors at compile-time is great.
Re: Nimrod: A New Approach to Metaprogramming [video]
#5I really enjoy the language so far. For me, it's the perfect middleground between C and python: a fast compiled language, and one where you can be as productive as in python. I also tend to prefer catching errors early, and having a typed language that warns and errors at compile-time is great.
heh.. sounds like Go
Re: Nimrod: A New Approach to Metaprogramming [video]
#6Re: Nimrod: A New Approach to Metaprogramming [video]
#7I really enjoy the language so far. For me, it's the perfect middleground between C and python: a fast compiled language, and one where you can be as productive as in python. I also tend to prefer catching errors early, and having a typed language that warns and errors at compile-time is great.
heh.. sounds like Go
Re: Nimrod: A New Approach to Metaprogramming [video]
#8I really want to start using Nimrod for real work.
Re: Nimrod: A New Approach to Metaprogramming [video]
#9Re: Nimrod: A New Approach to Metaprogramming [video]
#10I really enjoy the language so far. For me, it's the perfect middleground between C and python: a fast compiled language, and one where you can be as productive as in python. I also tend to prefer catching errors early, and having a typed language that warns and errors at compile-time is great.
heh.. sounds like Go
It can improve readability a good deal. Here's an example I made: https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...
Go version: https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...