7 ms·
Scheme taught me that OOP is the poor man's closure. func Backup(saver func(data []byte) error, data []byte) error { return saver(data) }
by jfadfwddas 11mo ago
Scheme taught me that OOP is the poor man's closure.
func Backup(saver func(data []byte) error, data []byte) error {
return saver(data)
}