JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in
# In Linux, "everything is a file" so: (def pid (os/getpid)) pid # => 367537 (def statm-path (string "/proc/" pid "/statm")) statm-path # => "/proc/367537/statm" (slurp statm-path) # => @"1380 971 683 82 0 362 0\n"