gojit
gojit copied to clipboard
example for JIT-ing a reflect.Func
hi,
it would be very interesting to be able to JIT, say, a simple reflect.Func or an equivalently simple go func(). The obvious use-case being a decoder/encoder (un|de)serialization layer...
I'd be happy with an adder func() to start with :)
-s