owlkettle VS questionable

Compare owlkettle vs questionable and see what are their differences.

questionable

Elegant optional types for Nim (by codex-storage)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
owlkettle questionable
8 3
359 113
- 4.4%
8.5 7.0
17 days ago 8 days ago
Nim Nim
MIT License GNU General Public License v3.0 or later
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.

owlkettle

Posts with mentions or reviews of owlkettle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Writing Gnome Apps with Swift
    11 projects | news.ycombinator.com | 27 Mar 2024
    This is really cool! I love the JSX-like approach to UI and it's a shame it's not so common on desktop. https://github.com/can-lehmann/owlkettle is the only thing I find comparable.
  • Owlkettle โ€“ declarative GUI framework for Nim
    1 project | news.ycombinator.com | 20 Feb 2024
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • Simple Gamepad Support
    7 projects | /r/nim | 10 May 2023
    Although for a GUI (if I even made one, rather than just a fixed/hardcoded setup) I'd probably use Owlkettle(though there are some things I don't like about it, see closed issue 16).
  • Forte! A new way of writing Gtk apps for GNOME.
    3 projects | /r/gnome | 16 Jan 2023
    A similar library in nim is https://github.com/can-lehmann/owlkettle
  • How should one start a GUI library
    1 project | /r/nim | 10 Dec 2022
    There's also Owlkettle that seems a bit easier/cleaner IMO, though when I tried it I had some issues (clunky container workflow, wanting better scaling) and would prefer something similar using Qt.
  • Show HN: Owlkettle โ€“ A Declarative user interface framework based on GTK 4
    1 project | /r/hypeurls | 15 Jul 2022
    3 projects | news.ycombinator.com | 15 Jul 2022

questionable

Posts with mentions or reviews of questionable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    > You can also not really have productive and well-fitting errors-as-values in a language that emphasizes UFCS

    Eh, https://github.com/arnetheduck/nim-results and associated syntax from https://github.com/codex-storage/questionable would beg to disagree. Nim's stdlib does not have productive and well-fitting errors because it suffers from inertia and started far before the robust wonders of recoverable error handling via errors-as-types entered the mainstream with Rust (IMO: and refined with Swift). Option/Result types are fantastic and I do so wish the standard library used them: but it's nothing a (very large) wrapper couldn't provide, I suppose.

    I do strongly think that other languages are greatly missing out on UFCS and I miss it dearly whenever I go to write Python or anything else. I'm not quite sure how you think UFCS would make it impossible to have good error handling? Rust also has (limited, unfortunately) UFCS and syntax around error handling does not suffer because of it. If by errors-as-values you mean Go-style error handling, I quite despise it - I think any benefits of the approach are far offset by the verbosity, quite similarly to Java's checked exceptions.

  • Stop Building on Corporate-Controlled Languages
    10 projects | news.ycombinator.com | 18 Jan 2023
    If exceptions arenโ€™t your cup of tea, look into using stew/results and questionable instead:

    https://github.com/status-im/nim-stew/blob/master/stew/resul...

    https://github.com/status-im/questionable#readme

    Re: std/db_sqlite, your probably better off using sqlite3_abi:

    https://github.com/arnetheduck/nim-sqlite3-abi#readme

What are some alternatives?

When comparing owlkettle and questionable you can also consider the following projects:

Relm4 - Build truly native applications with ease!

pekko - Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala

ImThemes - Dear ImGui style browser and editor written in Nim

nim-chronos - Chronos - An efficient library for asynchronous programming

NiGui - Cross-platform desktop GUI toolkit written in Nim

v - Write Nim only with 'v'

nimgram - An MTProto client written in Nim ๐Ÿ‘‘

sokol-rust - Rust bindings for the sokol headers (https://github.com/floooh/sokol)

futhark - Automatic wrapping of C headers in Nim

sokol-zig - Zig bindings for the sokol headers (https://github.com/floooh/sokol)

pixie - Full-featured 2d graphics library for Nim.

nlvm - LLVM-based compiler for the Nim language