JoeStrout / miniscript

source code of both C# and C++ implementations of the MiniScript scripting language
MIT License
280 stars 64 forks source link

Feature request: introspectable intrinsics #97

Closed marcgurevitx closed 8 months ago

marcgurevitx commented 1 year ago

A small request: add a way to introspect intrinsics (maybe via some read-only map).

JoeStrout commented 12 months ago

Currently under discussion on Discord.

JoeStrout commented 12 months ago

Consensus from the discussion: add a new intrinsic called intrinsics, which returns a read-only map of all the named intrinsic functions.