gval
prolog
gval | prolog | |
---|---|---|
2 | 14 | |
751 | 634 | |
2.3% | - | |
3.7 | 5.6 | |
10 days ago | 14 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gval
-
Interpreters built in Go
For practical start, see this: https://www.youtube.com/watch?v=JiViND-bpmw It explain one particular type of parser type that is quite easy to grasp and fun to write. Also look on some libraries that deliver "expression executors" - these are in fact small interpreted languages and can give you plenty of examples. Classic one (though currently unmaintaines I think) is: https://github.com/PaesslerAG/gval but there are plenty more, just google for them. On my last words, this is very enjoyable part of programming but it requires much learning so be patient and have fun!
-
My first open-source project looking for feedback
There is a nice lib that let you write much more compact expressions https://github.com/PaesslerAG/gval I'm using this lib for evaluating expressions in a small BPMN engine. At least your solution is missing a context, functions and data to work on. But trying stuff out is propably the best way to learm Go!
prolog
-
Mangle, a programming language for deductive database programming
Other resources for logic programming and Go:
ichiban/prolog - ISO Prolog interpreter in pure Go, getting close to v1: https://github.com/ichiban/prolog
trealla-prolog/go - ISO Prolog interpreter embedded via WASM: https://github.com/trealla-prolog/go
guregu/pengine - library for interfacing with Pengines (SWI-Prolog's RPC protocol): https://github.com/guregu/pengine
biscuit-auth/biscuit-go - Biscuits are a fancy auth token with a little Datalog engine: https://github.com/biscuit-auth/biscuit-go
I'm a big fan of logic programming. We've been seeing a small resurgence of interest in it (for example Yarn using Prolog made some waves) and I have some optimism for its future.
- Golog library/language?
-
State machines and reconciliation loops
fully native Prolog, or embedded? I am very familiar with Go, so I was intrigued to see ichiban/prolog. This might enable me to leverage some existing libraries (GitHub, git, etc) and save Prolog for the logic that drives them.
-
Let's philosophize a bit :-)
You may also be interested in this Prolog interpreter in Go: https://github.com/ichiban/prolog
-
Interpreters built in Go
There have been several Prolog interpreters written in Golang. This one appears to be most active: https://github.com/ichiban/prolog .
-
The Power of Prolog
For Go, you have prolog as a scripting engine https://github.com/ichiban/prolog
- Prolog runtime for aws lambda?
- Prolog Go Library
-
Hacker News top posts: Jan 27, 2022
An embeddable Prolog scripting language for Go\ (2 comments)
- An embeddable Prolog scripting language for Go
What are some alternatives?
expr - Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr]
go-python - naive go bindings to the CPython2 C-API
govaluate - Arbitrary expression evaluation for golang
go-lua - A Lua VM in Go
goja - ECMAScript/JavaScript engine in pure Go
OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.
cel-go - Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
otto - A JavaScript interpreter in Go (golang)
agora
scryer-prolog - A modern Prolog implementation written mostly in Rust.
Gentee script programming language - Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).
go-php - PHP bindings for the Go programming language (Golang)