Skip to main content
lyxal's user avatar
lyxal's user avatar
lyxal's user avatar
lyxal
Moderator
  • Member for 1 year, 2 months
  • Last seen this week
43 votes
6 answers
9k views

What language design features made Lisp useful for Artificial Intelligence research?

10 votes
5 answers
780 views

Why do some languages have quotes around imports?

8 votes
1 answer
168 views

When should I use a hand-written parser over a parsing library?

7 votes
2 answers
304 views

How to Add Static Typing to a Stack Language?

6 votes
5 answers
264 views

Should the method to sort a list modify it in-place or return a new object?

6 votes
3 answers
383 views

How do I Interpret a Continue/Break Statement in a Loop?

4 votes
2 answers
240 views

What benefits does Python gain from not having constants?

4 votes
3 answers
125 views

What are some syntax options for generators?

2 votes
2 answers
120 views

What syntax options exist for variable destructuring/unpacking?

2 votes
1 answer
106 views

How do I Implement User-Defined Classes? [closed]

1 vote
2 answers
176 views

What are the pros and cons of having a unique type for generators?

0 votes
2 answers
254 views

How to store variables in an interpreted language? [closed]