probablycorey
  • Joined on 2025-09-25
probablycorey pushed to main at probablycorey/shrimp 2025-10-31 17:02:39 +00:00
018c527483 Merge branch 'main' of 54.219.130.253:probablycorey/shrimp
211fa11a65 Merge remote-tracking branch 'origin/main' into add-exceptions
e60e3184fa less chatty
f8d2236292 add exceptions to prelude functions
4f961d3039 test native exceptions
Compare 6 commits »
probablycorey pushed to add-exceptions at probablycorey/shrimp 2025-10-31 17:01:21 +00:00
211fa11a65 Merge remote-tracking branch 'origin/main' into add-exceptions
a8fd79a990 push/pop/shift/unshift (and fix sort()
cc8d64b3ec update reef
83fad9a68f fix repl error recovery
Compare 5 commits »
probablycorey merged pull request probablycorey/shrimp#14 2025-10-31 17:00:40 +00:00
try / catch / throw / finally
probablycorey pushed to main at probablycorey/shrimp 2025-10-31 17:00:40 +00:00
a99080ba3f Merge pull request 'try / catch / throw / finally' (#14) from try-catch-throw-finally into main
c883854187 Merge branch 'main' into try-catch-throw-finally
9bc514a782 implicit function-level try blocks
701ca98401 try/catch/throw/finally
Compare 4 commits »
probablycorey created branch autocompleting-again in probablycorey/shrimp 2025-10-31 17:00:11 +00:00
probablycorey pushed to autocompleting-again at probablycorey/shrimp 2025-10-31 17:00:11 +00:00
a1693078f9 Make dot-get work in the compiler AND with parens exprs
Compare 3 commits »
probablycorey pushed to try-catch-throw-finally at probablycorey/shrimp 2025-10-31 16:53:04 +00:00
c883854187 Merge branch 'main' into try-catch-throw-finally
a8fd79a990 push/pop/shift/unshift (and fix sort()
cc8d64b3ec update reef
83fad9a68f fix repl error recovery
Compare 5 commits »
probablycorey commented on pull request probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

I rewrote this in the branch I'm on too!

probablycorey commented on pull request probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

🧠

probablycorey commented on pull request probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

LOL, I was thinking about this on the drive home from school yesterday.

probablycorey commented on pull request probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

Is this an example or just a tmp file.

probablycorey commented on pull request probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

Why use this here instead of vm?

probablycorey approved probablycorey/shrimp#7 2025-10-29 19:39:47 +00:00
Prelude of builtin functions

Love it

probablycorey created pull request probablycorey/shrimp#12 2025-10-28 17:12:56 +00:00
Make dot-get work in the compiler AND with parens exprs
probablycorey created branch dot-get-the-sequel in probablycorey/shrimp 2025-10-28 17:11:57 +00:00
probablycorey pushed to dot-get-the-sequel at probablycorey/shrimp 2025-10-28 17:11:57 +00:00
a1693078f9 Make dot-get work in the compiler AND with parens exprs
probablycorey pushed to main at probablycorey/shrimp 2025-10-27 23:08:56 +00:00
bbc9316074 Merge pull request 'Functions returned by parens expr can be called' (#10) from word-to-your-mother into main
c032192d61 Functions returned by parens expr can be called
Compare 2 commits »
probablycorey merged pull request probablycorey/shrimp#10 2025-10-27 23:08:54 +00:00
Functions returned by parens expr can be called
probablycorey pushed to main at probablycorey/shrimp 2025-10-27 23:08:41 +00:00
4a2e1f094a Merge pull request 'Remove ReefVM submodule and instead depend on the git repo as a package.' (#11) from reef-git-package into main
825487f2e0 Remove ReefVM submodule and instead depend on the git repo as a package.
Compare 2 commits »
probablycorey merged pull request probablycorey/shrimp#11 2025-10-27 23:08:40 +00:00
Remove ReefVM submodule and instead depend on the git repo as a package.