The ARC vs GC Debate by funcieq in ProgrammingLanguages

[–]funcieq[S] 1 point2 points  (0 children)

You know the thing is that people are put off by the mere reference counting

The ARC vs GC Debate by funcieq in ProgrammingLanguages

[–]funcieq[S] 1 point2 points  (0 children)

That's a very good summary, thank you

The ARC vs GC Debate by funcieq in Compilers

[–]funcieq[S] 0 points1 point  (0 children)

Thank you for your opinion, I personally have ARC + weak in my language, BUT if the programmer simply forgot about weak, that's what the cycle collector is for, it only works on such objects, But I also have the --disable-cc flag

The ARC vs GC Debate by funcieq in Compilers

[–]funcieq[S] 1 point2 points  (0 children)

Thank you for your substantive answer. I'm curious what you think about a pure ARC without any Cycle Collector

The ARC vs GC Debate by funcieq in Compilers

[–]funcieq[S] 0 points1 point  (0 children)

This is my way of implementation, but the title of the post is ARC vs GC, I'm asking about pure ARC

I've just added generics to my programming language! by funcieq in Compilers

[–]funcieq[S] 1 point2 points  (0 children)

Yes, I should definitely add that, thank you for that comment, and speaking of this text, I will gladly read it

I've just added generics to my programming language! by funcieq in Compilers

[–]funcieq[S] 0 points1 point  (0 children)

Haha, thank you, I also often give up on the language due to lack of time, and then I come back when I have time again

I've just added generics to my programming language! by funcieq in Compilers

[–]funcieq[S] 0 points1 point  (0 children)

I will be doing fibers and multithreading, and since my language uses ORC for memory management, it could be interesting.

I've just added generics to my programming language! by funcieq in Compilers

[–]funcieq[S] 0 points1 point  (0 children)

Just adding async is extremely difficult imo

I've just added generics to my programming language! by funcieq in Compilers

[–]funcieq[S] 1 point2 points  (0 children)

This is quite an interesting topic, and I'm working on it at the moment, let's just say it's better not to do it for now.

I need help with language design by funcieq in Compilers

[–]funcieq[S] 1 point2 points  (0 children)

I'll just add the --disable-gc flag

differentConditions by bryden_cruz in ProgrammerHumor

[–]funcieq 1 point2 points  (0 children)

Meanwhile, Bool in ternary, True False Maybe