summaryrefslogtreecommitdiff
path: root/experience/2022-09_tweag.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
commit102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa (patch)
tree357bafdd2f40ca3504748998e8c9d704198a485d /experience/2022-09_tweag.nix
add initial data
Diffstat (limited to 'experience/2022-09_tweag.nix')
-rw-r--r--experience/2022-09_tweag.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix
new file mode 100644
index 0000000..01fb280
--- /dev/null
+++ b/experience/2022-09_tweag.nix
@@ -0,0 +1,17 @@
+{ href, ... }:
+
+{
+ date = {
+ start = "2022-09-14";
+ end = "2023-02-24";
+ };
+ institution = {
+ position = "Software Engineering intern";
+ name = "Tweag";
+ url = "https://www.tweag.io/";
+ location = "Paris, France";
+ };
+ description = "Ongoing. Speeding-up ${
+ href "https://github.com/tweag/pirouette" "Pirouette"
+ } (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers.";
+}