dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

Process.kill Function #696

Closed briandowns closed 9 months ago

briandowns commented 10 months ago

initial impl of Process.kill

Resolves: #694

What's Changed:

Adds a kill function to the Process module as well as docs.

#

Type of Change:

#

Housekeeping:

#

Screenshots (If Applicable):

Jason2605 commented 10 months ago

Just checking is this still in draft?

briandowns commented 10 months ago

Just checking is this still in draft?

Ready for review. Not quite sure how to test it though, effectively. I've tested it on Mac, FreeBSD, and Linux manually.

briandowns commented 10 months ago

I "think" we're all set.