https://github.com/jemc/pony-unsafe
Pony utility library for wrecking memory safety. :horse: :boom:
https://github.com/jemc/pony-unsafe
library pony-language
Last synced: 4 months ago
JSON representation
Pony utility library for wrecking memory safety. :horse: :boom:
- Host: GitHub
- URL: https://github.com/jemc/pony-unsafe
- Owner: jemc
- Created: 2015-07-30T05:37:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T21:47:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T15:15:33.522Z (over 1 year ago)
- Topics: library, pony-language
- Language: Pony
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pony-unsafe
Pony utility library for completely wrecking the memory safety of the Pony language.
As much as we love the memory safety guarantees of the Pony language, it can sometimes save valuable development time to temporarily bend the rules a bit inside an otherwise strict system. This library is designed to be useful for bootstrapping various forms of introspection and prototyping in order to speed up development and debugging. It is *not* intended for use in production applications or libraries, and such use should be regarded as an "anti-pattern".