summaryrefslogtreecommitdiff
path: root/experience/2022-09_tweag.nix
diff options
context:
space:
mode:
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.";
+}