-
`match` is really the way it ought to work. We should try to add support for this sooner rather than later, since it would be really nice to write large parts of the standard library using match patte…
-
See notes in the following repo: https://github.com/clips/pattern
Because pattern has no python3 implementation that works (the pattern3 on pipy installs but doesn't run), IngredientAnalyzer.py wi…
-
Uniform Function Call Syntax (UFCS) is a language feature which allows any function to be called using the syntax for methods calls.
References:
- https://en.wikipedia.org/wiki/Uniform_Function_Ca…
-
I use this piece of software mostly in the context of latex writing a build tool in latex.
But I also want to integrate with latexmk which is in perl and also with splitindex which has an implementa…
-
In Nix, builds are isolated and have limited network access. The built artifacts are written into a read-only location known as the "store". It's common to build Rust applications using [Crane](https:…
-
### Feature Summary
I'd like to contribute to FinVeda by implementing a machine learning module that can predict financial trends, stock prices, and customer behavior. This module will leverage popul…
-
# Documentation
The claim at:
https://github.com/python/cpython/blob/d0c6ba956fca28785ad4dea6423cd44fd1124cad/Doc/library/re.rst?plain=1#L253-L255
seems wrong at least for `\`.
Consider the fo…
-
**What is the expected behaviour of the card?**
Pattern Matcher should grab a duplicate of a creature you have on the battlefield. When searching it should allow choosing any creature you have a copy…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
## Changelog
June 2, 2024: Added section on relying on external libraryes
### Description
We have been re…
-
One issue which is not clearly documented is that it doesn't seem possible to listen to messages on a STOMP message queue and be able to run the HTTP protocol server simultaneously?
Unfortunately, …