-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Info about Lobster? #17100
Copy link
Copy link
Closed
Labels
Unit: DocumentationBugs/feature requests, that are related to the documentations.Bugs/feature requests, that are related to the documentations.Unit: Memory ManagementBugs/feature requests, that are related to the memory management of the compiler.Bugs/feature requests, that are related to the memory management of the compiler.
Metadata
Metadata
Assignees
Labels
Unit: DocumentationBugs/feature requests, that are related to the documentations.Bugs/feature requests, that are related to the documentations.Unit: Memory ManagementBugs/feature requests, that are related to the memory management of the compiler.Bugs/feature requests, that are related to the memory management of the compiler.
Describe the issue
V's memory management model is based on the one from the Lobster programming language:
https://aardappel.github.io/lobster/memory_management.html
However this info isn't mentioned anywhere on V's homepage or documentation. As a result, this question gets raised repeatedly on Discord and other platforms.
I would like to suggest mentioning Lobster's memory management model on V's website/docs. A sentence like "V's memory management model is inspired by the Lobster programming language." should suffice.
Potential places where this info could be added:
- 'Acknowledgement' section in the Readme:
https://github.com/vlang/v#acknowledgement
- 'Memory management' section in the docs:
https://github.com/vlang/v/blob/master/doc/docs.md#memory-management
- 'Innovative and flexible memory management' section on V's homepage:
https://vlang.io/#memory
Links
https://github.com/vlang/v#acknowledgement
https://github.com/vlang/v/blob/master/doc/docs.md#memory-management
https://vlang.io/#memory