Sebastijan Dumancic
Sebastijan Dumancic
two ideas for more advanced Julia users: - [ ] look into [DynamicExpressions.jl](https://github.com/SymbolicML/DynamicExpressions.jl) to improve the evaluation of expressions - [ ] add interpreters to a favourite programming language (Python,...
- also change the `search` procedure to account for all different specifications
I agree it is a good idea to explicitly introduce a 'hole' node. `RuleNode`with `ind=0` is a good convention for that. Do you expect that the ability to fill in...
Good idea! We should definitely make the holes more explicit.