generic-github-user / finch

A lovely programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add "with" statement or some kind of context manager

generic-github-user opened this issue · comments

This could be used for safely handling filesystem resources like in Python; as well as some interesting loop collection concepts from Rust and Lisp.