Nim Gitter chatroom not available 404

2016-12-29 Thread Atlas
Why is Nim chatroom on Gitter not available? 'Screenshot <[https://s29.postimg.org/psime2pqf/New_Bitmap_Image.jpg>'](https://s29.postimg.org/psime2pqf/New_Bitmap_Image.jpg>')_

Type inference side effects

2016-12-28 Thread Atlas
Are there any side-effects of using Type inference (in security or any other sides)?

Re: Please , can we stop spams?

2016-12-23 Thread Atlas
The admins have to set some rules about posting.

Aporia IDE unable to compile

2016-12-18 Thread Atlas
When I wrote my program in Aporia, I clicked on "Compiler & run current file", this error occurred: > "E:New folderbinnim.exe" c --run C:UsersDELLDesktopFirst Error: Problem > occurred during execution: The system cannot find the file specified. Additional info: Requested command not found:

Re: Nim in Action is now available!

2016-10-27 Thread Atlas
I was going to buy it, but the chapter that I wanted is now cancelled.

Re: What is "Metaprogramming" paradigm is used for?

2016-10-22 Thread Atlas
Krux02, what do you mean by "with power comes responsibility"? You mean bugs, crashes, maintainable, difficult or what?

What is "Metaprogramming" paradigm is used for?

2016-10-22 Thread Atlas
In many languages, macros and meta-programming paradigm does not exist, most of the time, especially in industries, they focus on object-oriented and functional paradigms.

Nim and Qt

2016-10-21 Thread Atlas
How can I use the latest Qt libraries but at the same time writing my entire program in Nim?

Re: Is Nim better than C?

2016-10-02 Thread Atlas
lededumbo, I totally agree, Nim is safer, better, more flexible and more expressive than C, I can anything in Nim (better) that C can do, Nim saves developers time, but C is time-consuming. but still, I have the interface to all software that are written in C.

Re: Version 0.15 released!

2016-10-01 Thread Atlas
Congratulations!

Is Nim better than C?

2016-10-01 Thread Atlas
In the Nim in Action, it says that Nim can be used as a replacement of C language (used as a better C), but does that mean Nim is better and superior on C?

Is NLVM the future of Nim?

2016-09-21 Thread Atlas
In the Nim website, it says "Native code generation (currently via compilation to C)...", so does that mean Nim developers want and/or interested to remove the C (and other intermediate languages) in the compilation levels?

What does "direct hardware access" in Nim mean?

2016-09-16 Thread Atlas
I've been a Python programmer, far away from low-level stuffs.