brucehsu / GobiesVM

A Ruby VM written in Go aims to exploit parallelism via Software Transactional Memory
MIT License
184 stars 8 forks source link

Exceptions #8

Open brucehsu opened 10 years ago

brucehsu commented 10 years ago

Introduction of exception is crucial for easier debugging due to much more comprehensive error descriptions. However under current circumstances, I think its priority should be lower than other basic features like block support and STM.