iwillspeak / feersum

A Scheme compiler that targets .NET written in F#
http://playlist.feersum-scheme.net
MIT License
24 stars 1 forks source link

Mark Libraries as Static #26

Closed iwillspeak closed 3 years ago

iwillspeak commented 3 years ago

Library and program code that isn't part of the environment will be static methods and properties. We should mark the type deifnitions that contain them as abstract sealed to clarify this at the IL level.