-
## What
Create an idea for a specific solution then implement it using that solution.
I read about run time polymorphism in C++, then created a story that requires it as solution. After that I c…
-
Hello, I'm Chris. Long time no see!
First of all, thank you for your interest in the repository. And I'm sorry that I haven't uploaded any content for a long time. Currently, I'm working on several …
-
import java.util.Scanner;
public class Java extends JAVATutorial{
public void SetJAVA() {
Scanner scan = new Scanner(System.in);
System.out.print("Why learn JAVA programming: ");
Str…
-
Leaving this here for @bubnikv and @alexrj as a FYI that I am working on porting the ConfigOption and Field packages to C++.
Needs:
* Implementation of the appropriate design pattern (thought proc…
-
#### Description of the problem
The following lemma fails to typecheck on coq.dev (it passes on 8.9):
```
Set Universe Polymorphism.
Lemma eq_list_eq@{u}
: forall (a : Type@{u}) (pf : a = a…
-
At the moment, when making a D function for use in Lua, there doesn't seem to be a way of accessing the caller's LuaState, and there doesn't seem to be a way to construct a LuaObject to return to Lua …
-
In chapter "Classes and Objects", the "Inheritance" section uses Emplyee/Programmer/Cook/Baker/GeekCook as example.
The problem with is that it's pretty arbitrary, there doesn't seem to be an problem…
-
In place of methods and _ad hoc_ extension methods, remember that type classes solve this problem elegantly and unlock worlds of functionality thanks to this form of _ad hoc_ polymorphism.
Don't do…
-
One of the expectations for this project is that we incorporate our course concepts. Here is the provided list:
1. Pointers
2. Arrays
3. Functions and Recursion
4. Searching and Sorting
5. Obje…
-
Table cells are modeled using a [`BodyLine`](https://github.com/InseeFr/Lunatic-Model/blob/master/src/main/resources/xsd/LunaticModelFlat.xsd#L471) object.
This objects is design to represent compo…