Re: similar language

2020-01-23 Thread Araq
Well moreso than your post, **you** were censored. ;-) I don't remember you contributing anything to the Nim ecosystem, and your posts are usually controversial and trolling. I've censored you before and I've been PM'ed multiple times on IRC about you. Nim users notify me about spam on the

Re: similar language

2020-01-23 Thread Libman
> Admin note: I removed an offtopic post. Kinda arbitrary. This topic bounced between several different languages and how they compare to Nim. Vlang was mentioned on this thread before without getting censored, but my mention of it just appearing on TechEmpower was censored. Inconsistent use

Re: similar language

2020-01-23 Thread kcvinu
@Libman I like the oop style in FreeBasic. It allows us to write only method and property signatures inside the type block. We can then implement the methods and properties outside of the type block like TypeName.PropertyName(Argument As DataType). Thats a nice thing.

Re: similar language

2020-01-23 Thread Araq
Admin note: I removed an offtopic post.

Re: similar language

2020-01-22 Thread Libman
Vlang's pico framework has just burst into [the latest TechEmpower JSON](https://www.techempower.com/benchmarks/#section=test=7f65c127-fad2-4a88-a6cb-5333c68362ef=ph=json) and [Plaintext](https://www.techempower.com/benchmarks/#section=test=7f65c127-fad2-4a88-a6cb-5333c68362ef=ph=plaintext)

Re: similar language

2019-10-20 Thread torarinvik
Visual Basic, those were the times! I remember as a teen I made multiple malicious "applications" that were extremely easy to tweak to add to startup in windows and go completely undetected by the major antivirus programs. Once program shut the computer down after like 10 seconds with an

Re: similar language

2019-10-20 Thread torarinvik
I wanted to learn Seed7, but guess what... There is no "domain website" like nim-lang. Almost no intuitive documentation, no youtube videos, tutorials, books, "marketing", non-existent community, probably no businesses that use it. Considering it is so much work creating a

Re: similar language

2019-10-19 Thread siloamx
V looks promising but probably it will be usable after some years of development. It has really huge memory consumption during base64 and json encoding (memory leak?)

Re: similar language

2019-10-19 Thread Libman
[Kostya's benchmarks](https://github.com/kostya/benchmarks) is finally back to life, and they just added Vlang. I don't know the details, but the current results are hilarious!  While we're on the subject of joking about other languages, [much D lols on

Re: similar language

2019-04-07 Thread LeFF
Being a much simpler language FreeBasic may be fast (having no GC for example), but I bet it won't be reasonably faster than Nim. I don't really see why now anyone would choice FreeBasic over Nim, D, Rust or any other modern alternative.

Re: similar language

2019-04-07 Thread Libman
> Because I'm looking for a cross-platform[Windows +Linux, etc], fast, > relatively easy language that compiles to C or C++, and which can interop or > imbed with code +libs from C or C++. I'm curious to see some evidence that FreeBASIC is "fast". (Although transpiled languages do have the

Re: similar language

2019-04-05 Thread Arrrrrrrrr
In that aspect nim is unique. Crystal comes the closest, but it only works for linux.

Re: similar language

2019-04-05 Thread GGG123
Because I'm looking for a cross-platform[Windows +Linux, etc], fast, relatively easy language that compiles to C or C++, and which can interop or imbed with code +libs from C or C++. Of the 100s of languages, that eliminates about all, except Freebasic, and Nim and Haxe. Of the 3, it seems

Re: similar language

2019-04-02 Thread Libman
Is this a thread for mentioning obscure languages we're playing around with? If so, I'd like to mention [Vlang.io](https://vlang.io). It's not even released yet (except online playground), but I do like the promised features and syntax, as a refuge from the growing complexity of Nim. I'd call

similar language

2019-04-01 Thread GGG123
@ God: Could you comment here about your experiences with FreeBasic vs NIM? I'm a beginner programmer, but with some big plans, and I have narrowed down my list of languages to really learn/concentrate on to these two. or perhaps both. I'd really appreciate any honest opinions comparing their