Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

81%
+7 −0
Meta Are questions about language design on-topic?

I was chatting with somebody who's involved with a proposal on SE for a site about language design and who is interested in other options too. Some sample questions: What are the tradeoffs b...

2 answers  ·  posted 1y ago by Monica Cellio‭  ·  last activity 1y ago by Lundin‭

Question discussion scope
#1: Initial revision by user avatar Monica Cellio‭ · 2022-11-25T18:36:55Z (over 1 year ago)
Are questions about language design on-topic?
I was chatting with somebody who's involved with a
[proposal on SE for a site about language design](https://area51.stackexchange.com/proposals/127456/programming-language-design/) and who is interested in other options too.  Some sample questions:

- What are the tradeoffs between explicit line-end syntax (like semicolons) versus newlines?

- How could a parser implement custom infix operators?

- How can I turn this left-recursive grammar into a rule that isn't left-recursive?

- What are the advantages of compiling versus interpreting?

Are questions like these welcome on Software Development, assuming they're scoped to not be too broad?

I'm not trying to change scope (nor to interfere with an SE community); I just want to know if I should be encouraging or discouraging people who are considering asking those kinds of questions here instead of waiting.