task VS risor

Compare task vs risor and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
task risor
2 8
14 565
- 9.6%
6.4 9.0
7 days ago 11 days ago
Go Go
BSD 3-clause "New" or "Revised" 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.

task

Posts with mentions or reviews of task. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-20.
  • Scripting with Go: A Modest Proposal
    8 projects | news.ycombinator.com | 20 Aug 2023
    Interesting. I do something similar with my task https://github.com/kardianos/task package, which is in tern loosely based off of another package from 10-15 years ago.
  • Generic Go Pipelines
    1 project | /r/golang | 10 Sep 2021
    Yeah, another way to do this, rather then chaining methods, is to provide a consistent interface that get called. I've seen this done a few ways, here is mine: https://github.com/kardianos/task ; don't necessarily recommend it, though I may see if generics add anything to it.

risor

Posts with mentions or reviews of risor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-20.

What are some alternatives?

When comparing task and risor you can also consider the following projects:

script - Making it easy to write shell-like scripts in Go

shtlang - A toy scripting dynamic imperative programming language.

stream - Package stream provides filters that can be chained together in a manner similar to Unix pipelines.

golisp - A Scheme-flavored Lisp implemented in Go.

zygomys - Zygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.

expr - Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr]

cel-go - Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)

go - The Go programming language

ecal - A simple embeddable scripting language which supports concurrent event processing.

juryrig - A tool for generating Go struct mapping code, inspired by mapstruct.