owu VS aspunit

Compare owu vs aspunit and see what are their differences.

owu

A Lisp with some features borrowed from the APL family (Mostly from K5/K6) (by HoangTuan110)

aspunit

A Classic ASP Unit Testing Framework (by rpeterclark)
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
owu aspunit
1 1
1 35
- -
10.0 10.0
over 1 year ago over 8 years ago
Python ASP
MIT License MIT License
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.

owu

Posts with mentions or reviews of owu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Ask HN: What is the thing you've build you regret the most?
    4 projects | news.ycombinator.com | 19 Nov 2022
    I don't have anything that I deeply regret, but I have one where I somewhat regret my techincal decisions.

    It was for a programming language that I developed at the time called OwU[0]. It was supposed to be a sort of mashup between Lisp and K (an ASCII-friendly dialect of APL). I took a lot of design decisions from oK[1], a K dialect with a code design that I admired.

    The biggest mistake that I made during my decisions is to seperate between verbs and user-defined functions. This is because in K, verbs behaves like operators, while functions behave like, well, functions. But in Lisp, both built-in and user-defined functions should be fundamentally the same in data type.

    Because of this seperation, it was very hard for me to implement functional programming stuff, like fold and reduce, because I have to handle two different data types at the same time.

    Not to even mention the fact that I chose to go with objects in the entire language to be dictionaries, and not classes (I implement this in Python). This makes code just generally very messy to me, as I have to figure out how would I access the data to perform operators on them, and this cause me to make a good few bugs.

    Overall, OwU is a language that is better than any previous attempt, but there's still a lot of it that I regret.

    [0]: https://github.com/HoangTuan110/owu

aspunit

Posts with mentions or reviews of aspunit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Ask HN: What is the thing you've build you regret the most?
    4 projects | news.ycombinator.com | 19 Nov 2022
    You're right. It's mostly nostalgia value :)

    ES3 is nice, and short of prayer or sacrifice one was able to import Crockford's JSON library and Ramda. Server-side Node.js without npm (for better or worse).

    VBScript is less painful with aspunit [1] and plenty of comisseration/resources with drian bamaged [2], aXe, and even [3].

    It was amazing how much could get done with Microsoft SQL Server, a loop, and Response.Write(). Enough to build a company and to get acquired, even. Could have been a right place/right time thing for the owner.

    [1] https://github.com/rpeterclark/aspunit

What are some alternatives?

When comparing owu and aspunit you can also consider the following projects:

image-processing - HERO Code Camp 2022 -- Image Processing Course

aspclassiccompiler

ok - An open-source interpreter for the K5 programming language.