OK VS automod

Compare OK vs automod and see what are their differences.

OK

Welcome to the future of programming languages: OK? (by jesseduffield)

automod

Pull in every source file in a directory as a module (by dtolnay)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
OK automod
12 3
497 150
- -
0.0 6.1
over 1 year ago 26 days ago
Go Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

OK

Posts with mentions or reviews of OK. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-06.

automod

Posts with mentions or reviews of automod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • Rust macro’s limitations
    1 project | /r/rust | 17 Jul 2022
    The automod macro does what you described: https://github.com/dtolnay/automod
  • Go'ing Insane Part Two: Partial Privacy
    3 projects | /r/programming | 16 Sep 2021
    The example in the article has a module defined in-line using the `mod` keyword, and as for including the whole directory, you'll need to use `mod my_file` for each file in the `mod.rs` file. This makes sense in my head because it's like you're just saying `mod ` as if you were doing it inline. I prefer being explicit here (admittedly with limited Rust usage like yourself) but you can use a macro to auto-include every file in a directory: https://github.com/dtolnay/automod
  • Is it possible to automatically define all mods in a program?
    1 project | /r/rust | 17 Jan 2021
    The automod crate can help with this.

What are some alternatives?

When comparing OK and automod you can also consider the following projects:

vigil - Vigil, the eternal morally vigilant programming language

ocaml - The core OCaml system: compilers, runtime system, base libraries

comet - A programming language implementation in Go.

gojq - Pure Go implementation of jq

rye - homoiconic dynamic programming language with some new ideas

slurp - Slurp is a highly customisable LISP toolkit for Go applications. 💻

go - The Go programming language

wdte - WDTE is a simple, functional-ish, embedded scripting language.

starlark-go - Starlark in Go: the Starlark configuration language, implemented in Go

go-algorand - Algorand's official implementation in Go.

ivy - ivy, an APL-like calculator

goawk - A POSIX-compliant AWK interpreter written in Go, with CSV support