The Wayback Machine - http://web.archive.org/web/20220227141440/https://github.com/topics/interpreted-programming-language
Skip to content
#

interpreted-programming-language

Here are 163 public repositories matching this topic...

pliniker
pliniker commented Aug 21, 2020

Originally, Array didn't have runtime-borrow capability and I made the (hasty) decision to base the Array struct on using Cell<RawArray<T>>.

It is clear that it makes far more sense to use RefCell now, both from a semantic and performance basis. The explicit borrowflag can also be removed.

Source: interpreter/src/array.rs:42
Book: booksrc/chapter-interp-arrays.md

Bourne shell, template engine, scripting language mission-critical, scalable projects. Based a ISO standard proven effective for large, mission-critical projects, SparForte is designed for fast development while, at the same time, providing easier designing, maintenance and bug removal. About 120.000 lines of code.

  • Updated Feb 23, 2022
  • Ada
Mani
crazywolf132
crazywolf132 commented Apr 18, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Docs will be updated to use a new layout, rather than everything on the one page.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Split the content into multiple pages, then we can

jinko

Improve this page

Add a description, image, and links to the interpreted-programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interpreted-programming-language topic, visit your repo's landing page and select "manage topics."

Learn more