qdbp: my take on pure object oriented programming

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • qdbp

  • I don't have any specific syntax for these collections yet. However, it is definitely possible to make a linked list. For example, https://github.com/dghosef/qdbp/blob/main/samples/stack.qdbp is an implementation of a stack that uses a linked list under the hood. I actually feel that having specific syntax for lists might be unnecessary because we can just do

  • Jupiter

    A Programming Language based on Smalltalk/Self (by davidarias)

  • I created a language somewhat similar some time ago: https://github.com/davidarias/Jupiter. It has Smalltalk syntax, but all objects are immutable, and there are no classes, only prototypes that you can copy to create instances or other prototypes. I wasn't quite sure if a language like this would be a good idea, but seeing this, it seems like I'm not as crazy as I thought!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts