DEV Community

Yuki Kimoto
Yuki Kimoto

Posted on

2 1

SPVM::IO::File is available in experimental status.

SPVM::IO::File is available in the experimental status.

  use IO::File;

  my $io_file = IO::File->new("file", "r");
  $io_file->print("Hello");
Enter fullscreen mode Exit fullscreen mode

This module is a IO::File porting to SPVM.

SPVM is approaching the goal of Data Science on IoT. SPVM can access files and create an executable file using spvmcc for IoT devices.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay