arturo-lang / arturo

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

[Files] add function to enable writing/reading to/from binary files #1390

Open github-actions[bot] opened 11 months ago

github-actions[bot] commented 11 months ago

[Files] add function to enable writing/reading to/from binary files this should obviously support writing a 16-bit int, and all this

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

#=======================================
# 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):

982e8e4998cedbbdb870b6aaf295981cc51fc91b

stale[bot] commented 3 months 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.