Skip to content

New Language from Scratch #1

Description

@skyecas

So: VerboseLang:
doesn't have an actual name, or anything really.

A lot of things need to be decided before any code can be laid down, such as:

  • Naming:
    • What is this language actually called?
    • What file extension does it use?
  • Syntax:
    • How does one declare variables
    • What about loops
    • or conditionals?
  • Examples
    • Maybe a few examples of VerboseLang next to Python to highlight the difference
    • This also allows unit Testing to be performed
  • Technical details
    • Is this language Compiled, or Interpreted, or somewhere inbetween?
    • Dynamic or static typing?
    • Bytecode, Tree-walk, or JIT?

And a whole host of other details I haven't thought to type yet.

Some resources to help with building this:
Crafting Interpreters
My own (ongoing) creation
Any others welcome:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions