-
Updated
Dec 11, 2020 - Clojure
declarative-programming
Here are 113 public repositories matching this topic...
-
Updated
Jul 13, 2021 - Swift
-
Updated
Oct 26, 2020 - Haskell
-
Updated
Jul 24, 2021 - Prolog
-
Updated
Jul 21, 2021 - Go
-
Updated
Sep 20, 2019 - Swift
-
Updated
May 13, 2021 - Swift
-
Updated
Oct 6, 2019 - HCL
-
Updated
Jun 18, 2021 - C#
Add more examples where this pattern shines from the traditional imperative pattern.
- Come up with your own interesting examples.
- Form validations can be messy, maybe a good example around that.
- You can check your current codebase if you find a messy if-else logic that can be converted to this pattern.
- One example can be for a dynamic form, where while filling a field will determine the
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Oct 27, 2020 - C++
Support implicit read-only resources based on source code, such as call_filename, call_line_number, call_column_number. If a call to a proc that uses one of these resources is made outside a context in which that resource is defined, the compiler automatically defines it appropriately based on where the call appears. This fulfils the same purpose as #line
directives in C, allowing things such
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Apr 29, 2019 - Python
-
Updated
Oct 10, 2019 - Swift
-
Updated
Mar 25, 2021 - Java
-
Updated
Feb 14, 2018 - Prolog
-
Updated
Jul 1, 2021 - Swift
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Jun 1, 2021 - Swift
-
Updated
May 15, 2021 - JavaScript
-
Updated
Apr 25, 2020 - C++
-
Updated
May 5, 2021 - C
-
Updated
May 28, 2021 - Haskell
-
Updated
Oct 28, 2020 - Swift
-
Updated
Aug 8, 2019 - Shell
-
Updated
Jun 23, 2019 - Erlang
Improve this page
Add a description, image, and links to the declarative-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the declarative-programming topic, visit your repo's landing page and select "manage topics."
Make types such as
Pollable[A]
, ... opaque.