Ticket #33 (new task)

Opened 1 year ago

Refactor Hemlock

Reported by: alms Assigned to: unassigned
Priority: minor Milestone:
Component: IDE Version: 1.1
Keywords: intern hemlock cleanup Cc:

Description

This would be a good project for Andreas Fuchs or another intern-type person. According to the readme file:

All of the Hemlock sources that are used in the IDE basically have to be recompiled whenever any of them change; some of the Hemlock files have load-time side-effects and can only be loaded once, and some files have to have been loaded in order for others to compile. (Yes, this is possibly a job for ASDF or some other DEFSYSTEM-like thing.)