Dictu
Dictu copied to clipboard
Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? _No response_ ### Describe the...
# ### What's Changed: Added a new keyword fall to use it in switch statement to execute the next case in the flow ```cs switch (1) { case 1: {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Since the list support negative...
# Datetime Module ### What's Changed: Refactor Datetime module to be class based and add additional features. This is marked as draft / WIP in order to get feedback on...
# Signal Catching Experiment ### What's Changed: Some stuff has been commented out simply for testing. ### Type of Change: - [ ] Bug fix - [ ] New feature...
# Add Unicode support to strings Resolves: https://github.com/dictu-lang/Dictu/issues/317 ### What's Changed: This updates the implementation of the string API to support unicode using the [ utf8.h](https://github.com/sheredom/utf8.h) library. Theres still a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior This testcase: ``` this.assertEquals("Dictu is great! Dictu is great! Dictu is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When given a `Number` argument, `BigInt.new` truncates to the lowest 32...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Given this function declaration with various optional arguments: ```py def call(text,...
# Importlib Resolves: #263 (partly) ### What's Changed: Adds a new `Importlib` module that allows modules to be dynamically imported and allows modules to be reloaded # ### Type of...