arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
708 stars 32 forks source link

[Files] more potential built-in function candidates? #1389

Open github-actions[bot] opened 9 months ago

github-actions[bot] commented 9 months ago

[Files] more potential built-in function candidates?

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Files.nim#L48


#=======================================
# Definitions
#=======================================

# TODO(Files) more potential built-in function candidates?
#  labels: library, enhancement, open discussion

# TODO(Files) add function to enable writing/reading to/from binary files
#  this should obviously support writing a 16-bit int, and all this
#  labels: library, enhancement, new feature, open discussion

proc defineLibrary*() =

    #----------------------------
    # Functions
    #----------------------------

    when not defined(WEB):

4ab311dc27b416b800e3fb7c04af6d5957b89bad

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.