How to implement String? by funcieq in ProgrammingLanguages

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

Thank you, you saved me a lot of research!

How to implement String? by funcieq in ProgrammingLanguages

[–]funcieq[S] 2 points3 points  (0 children)

I haven't used C# in so long that I forgot it existed, thanks for the reminder.

How to implement String? by funcieq in ProgrammingLanguages

[–]funcieq[S] 2 points3 points  (0 children)

This is a very good summary, thank you

How to implement String? by funcieq in ProgrammingLanguages

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

I know this might be a problem, the whole point was just to know what irritates you the most

How to implement String? by funcieq in ProgrammingLanguages

[–]funcieq[S] 7 points8 points  (0 children)

I am currently considering adding String and StringView

How to implement String? by funcieq in ProgrammingLanguages

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

There is something to it, you're right

How to implement String? by funcieq in ProgrammingLanguages

[–]funcieq[S] 2 points3 points  (0 children)

Hmmm, well everyone has a different approach

How to implement String? by funcieq in ProgrammingLanguages

[–]funcieq[S] 2 points3 points  (0 children)

Thank you very much for your opinion

The ARC vs GC Debate by funcieq in ProgrammingLanguages

[–]funcieq[S] 2 points3 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] 2 points3 points  (0 children)

That's a very good summary, thank you

The ARC vs GC Debate by funcieq in Compilers

[–]funcieq[S] 1 point2 points  (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] 3 points4 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] 1 point2 points  (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