Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4551048
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:34:52+00:00 2026-05-21T16:34:52+00:00

In another language, I have had something call itself with the new state to

  • 0

In another language, I have had something call itself with the new state to maintain it but I don’t see how to do that with scala actors. Something like this is how I would envision this:

def act(state)
  react {
    case blah => act(doSomething(state, blah))
  }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:34:53+00:00Added an answer on May 21, 2026 at 4:34 pm

    Well.. funny thing. I tweak my question a little and find it compiles. I realized that all that happens is that I have to return a partial function. Well I can return a partial function that has a parameter in there, so…

    import scala.actors._
    
    object MyActor extends Actor {
      def proc(s: Int) {
        react {
          case input: String =>
            if ((s % 10000) == 0) {
              println(s + ", " + input)
            }
            proc(s + 1)
        }
      }
    
      def act = proc(0)
    }
    
    object TestActors {
      def main(args: Array[String]): Unit = {
        MyActor.start()
    
        for (s <- 1 to 10000000) {
          MyActor ! "a message"
        }
      }
    }
    

    The nice thing is that with a little more tweaking, it could be generalized quite easily.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have done very little with encoding of Text. Truthfully, I don't really even
I had this working and now it is not. We have multiple developers working
I have had no end of problems trying to do what I thought would
I have a .net application that currently has resource files for all it's content,
I have a web project called TestResourceApp with Labels.resx in App_GlobalResources folder. I want
I have a school project in which I am creating a Non Relational Document
Greetings, I am having a lot of issues during implementation of a model driven
What is the best way to vary what class is instantiated based off parameters
I am in the process of re-writing some very outdated .NET 2.0 SOAP web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.